summaryrefslogtreecommitdiffstats
path: root/nms-patches/PlayerList.patch
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2016-06-28 11:44:48 +1000
committermd_5 <git@md-5.net>2016-06-28 11:44:48 +1000
commit287ef78890f06e95513c95793d401086f0484cc5 (patch)
treef7c455559937fd7fed6c48abbab1fecb7af41d4a /nms-patches/PlayerList.patch
parent00359a18fae1e239652687f1991b07bfb71fc80b (diff)
downloadcraftbukkit-287ef78890f06e95513c95793d401086f0484cc5.tar
craftbukkit-287ef78890f06e95513c95793d401086f0484cc5.tar.gz
craftbukkit-287ef78890f06e95513c95793d401086f0484cc5.tar.lz
craftbukkit-287ef78890f06e95513c95793d401086f0484cc5.tar.xz
craftbukkit-287ef78890f06e95513c95793d401086f0484cc5.zip
SPIGOT-2461: Call player tick specifically
Diffstat (limited to 'nms-patches/PlayerList.patch')
-rw-r--r--nms-patches/PlayerList.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/PlayerList.patch b/nms-patches/PlayerList.patch
index aeda5365..d2f36f4b 100644
--- a/nms-patches/PlayerList.patch
+++ b/nms-patches/PlayerList.patch
@@ -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);