Communications Console & Medical Scanner now close when too far away (#2175)
-Wire & GasAnalyzer dispose instead of closing only
This commit is contained in:
@@ -50,7 +50,7 @@ namespace Content.Client.GameObjects.Components.Body.Scanner
|
||||
|
||||
if (disposing)
|
||||
{
|
||||
_display.Dispose();
|
||||
_display?.Dispose();
|
||||
_template = null;
|
||||
_parts.Clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user