mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 10:12:06 -07:00
Proper fix for the console spam on disconnect/kick.
This commit is contained in:
@@ -118,9 +118,9 @@ public class ServerConfigurationManager {
|
||||
this.playerFileData.a(entityplayer);
|
||||
entityplayer.world.kill(entityplayer); // CraftBukkit
|
||||
this.players.remove(entityplayer);
|
||||
((WorldServer) entityplayer.world).manager.removePlayer(entityplayer);
|
||||
|
||||
return playerQuitEvent.getQuitMessage(); // CraftBukkit
|
||||
// CraftBukkit end
|
||||
}
|
||||
|
||||
public EntityPlayer a(NetLoginHandler netloginhandler, String s) {
|
||||
|
Reference in New Issue
Block a user