mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
Fix crash on shutdown
This commit is contained in:
@@ -1048,7 +1048,10 @@ namespace SS14.Client.GameObjects
|
||||
DisposeMirror(key);
|
||||
}
|
||||
|
||||
MainMirror.Dispose();
|
||||
if (GameController.OnGodot)
|
||||
{
|
||||
MainMirror.Dispose();
|
||||
}
|
||||
|
||||
if (GameController.OnGodot)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user