forked from 2009Scape/Server
debuggin...
This commit is contained in:
parent
154c15dc1f
commit
8407251ae6
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ class DisconnectionQueue {
|
||||||
|
|
||||||
//loop through entries and disconnect each
|
//loop through entries and disconnect each
|
||||||
entries.forEach {
|
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