How this went unnoticed i have no idea

This commit is contained in:
DBotThePony 2025-04-05 21:23:52 +07:00
parent 822ab97066
commit 2922af8715
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -101,6 +101,7 @@ class DynamicSynchableGroup<T : Any>(
checkNotNull(removed)
check(removed.slot == element)
removed.close()
removals.add(element.id)
listener.run()
}