forked from 2009Scape/Server
debuggin...
This commit is contained in:
parent
f97c042c58
commit
e02e047461
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ class DisconnectionQueue {
|
|||
|
||||
//loop through entries and disconnect each
|
||||
entries.forEach {
|
||||
if(finish(it.value,false)) queue.remove(it.key)
|
||||
if(finish(it.value,false).also{cl -> SystemLogger.logInfo("Cleared? - $cl") }) queue.remove(it.key)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue