fix: Fixes exit threads preventing reboots (#1886)
This commit is contained in:
parent
bbcf5da7d1
commit
fd067febd7
1 changed files with 1 additions and 1 deletions
|
|
@ -397,7 +397,7 @@ public static class World
|
|||
{
|
||||
for (var i = 0; i < _threadWorkers.Length; i++)
|
||||
{
|
||||
_threadWorkers[i].Exit();
|
||||
_threadWorkers[i]?.Exit();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue