Clear dialogs on disconnect

This commit is contained in:
kuroppoi 2021-04-22 16:25:11 +02:00
parent 596d8f9a10
commit b3f2c4615d

View file

@ -225,6 +225,7 @@ public class Player extends Entity implements CommandExecutor {
if(zone != null) { if(zone != null) {
zone.removePlayer(this); zone.removePlayer(this);
activeChunks.clear(); activeChunks.clear();
dialogs.clear();
} }
} }