mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-15 23:45:11 -06:00
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
|
||||
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