Missed damageCarryover on the server
This commit is contained in:
parent
5f1d4524f9
commit
bef2f96597
1 changed files with 9 additions and 0 deletions
|
@ -1,5 +1,14 @@
|
|||
--- ../src_base/minecraft_server/net/minecraft/src/EntityLiving.java 0000-00-00 00:00:00.000000000 -0000
|
||||
+++ ../src_work/minecraft_server/net/minecraft/src/EntityLiving.java 0000-00-00 00:00:00.000000000 -0000
|
||||
@@ -55,7 +55,7 @@
|
||||
* in each step in the damage calculations, this is set to the 'carryover' that would result if someone was damaged
|
||||
* .25 hearts (for example), and added to the damage in the next step
|
||||
*/
|
||||
- protected int carryoverDamage;
|
||||
+ public int carryoverDamage;
|
||||
|
||||
/** Number of ticks since this EntityLiving last produced its sound */
|
||||
private int livingSoundTime;
|
||||
@@ -1233,7 +1233,7 @@
|
||||
int var2 = MathHelper.floor_double(this.boundingBox.minY);
|
||||
int var3 = MathHelper.floor_double(this.posZ);
|
||||
|
|
Loading…
Reference in a new issue