mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 19:49:35 +01:00
SPIGOT-2461: Call player tick specifically
By: md_5 <git@md-5.net>
This commit is contained in:
parent
3c256b8c84
commit
8af31adf18
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@
|
|||
+ cserver.getPluginManager().callEvent(playerQuitEvent);
|
||||
+ entityplayer.getBukkitEntity().disconnect(playerQuitEvent.getQuitMessage());
|
||||
+
|
||||
+ entityplayer.world.entityJoinedWorld(entityplayer, false); // SPIGOT-924
|
||||
+ entityplayer.k_();// SPIGOT-924 // PAIL: rename - playerTick
|
||||
+ // CraftBukkit end
|
||||
+
|
||||
this.savePlayerFile(entityplayer);
|
||||
|
|
Loading…
Reference in a new issue