mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-15 12:02:49 +01:00
SPIGOT-2461: Call player tick specifically
This commit is contained in:
parent
00359a18fa
commit
287ef78890
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…
Add table
Reference in a new issue