mirror of
https://github.com/array-in-a-matrix/brainwine.git
synced 2025-04-02 11:11:58 -04:00
Clear dialogs on disconnect
This commit is contained in:
parent
596d8f9a10
commit
b3f2c4615d
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue