mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-15 08:06:06 +09:00
still wip
This commit is contained in:
@@ -72,7 +72,10 @@ object ThreadExecutor {
|
||||
}
|
||||
|
||||
fun killAll() {
|
||||
executor.shutdownNow()
|
||||
try {
|
||||
executor.shutdownNow()
|
||||
}
|
||||
catch (e: UninitializedPropertyAccessException) {}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user