SPIGOT-7382: Player still on fire after respawn
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -1090,7 +1090,7 @@
|
||||
+
|
||||
+ this.setHealth(this.getMaxHealth());
|
||||
+ this.stopUsingItem(); // CraftBukkit - SPIGOT-6682: Clear active item on reset
|
||||
+ this.remainingFireTicks = 0;
|
||||
+ this.setRemainingFireTicks(0);
|
||||
+ this.fallDistance = 0;
|
||||
+ this.foodData = new FoodMetaData(this);
|
||||
+ this.experienceLevel = this.newLevel;
|
||||
|
||||
Reference in New Issue
Block a user