SPIGOT-1811: Death message not shown on respawn screen

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2018-12-27 11:37:19 +11:00
parent 6b0b34838e
commit b9c01d1768
2 changed files with 8 additions and 2 deletions

View File

@@ -368,7 +368,7 @@
+ player.setRealHealth(f);
+ }
+
+ player.updateScaledHealth();
+ player.updateScaledHealth(false);
+ return;
+ }
+ // CraftBukkit end