demoffing pt 3
This commit is contained in:
@@ -62,6 +62,7 @@ class DisconnectionQueue {
|
|||||||
Repository.LOGGED_IN_PLAYERS.remove(player.details.username)
|
Repository.LOGGED_IN_PLAYERS.remove(player.details.username)
|
||||||
SystemLogger.logInfo("Player cleared. Removed ${player.details.username}")
|
SystemLogger.logInfo("Player cleared. Removed ${player.details.username}")
|
||||||
try {
|
try {
|
||||||
|
if(player.communication.clan != null)
|
||||||
player.communication.clan.leave(player, false)
|
player.communication.clan.leave(player, false)
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
e.printStackTrace()
|
e.printStackTrace()
|
||||||
|
|||||||
Reference in New Issue
Block a user