Fix crash on shutdown

This commit is contained in:
Pieter-Jan Briers
2019-01-28 13:52:14 +01:00
parent 0683202ce4
commit 093a68dbc4

View File

@@ -1048,7 +1048,10 @@ namespace SS14.Client.GameObjects
DisposeMirror(key);
}
MainMirror.Dispose();
if (GameController.OnGodot)
{
MainMirror.Dispose();
}
if (GameController.OnGodot)
{