diff --git a/Content.Client/Construction/ConstructionMenu.xaml.cs b/Content.Client/Construction/ConstructionMenu.xaml.cs index 70428b8fdb..889e652ba7 100644 --- a/Content.Client/Construction/ConstructionMenu.xaml.cs +++ b/Content.Client/Construction/ConstructionMenu.xaml.cs @@ -135,13 +135,5 @@ public void ClearRecipeInfo() TargetTexture.Texture = null; StepList.Clear(); } - - /// - protected override void Dispose(bool disposing) - { - base.Dispose(disposing); - - if (disposing) { } - } } } diff --git a/Content.Client/Construction/ConstructionMenuPresenter.cs b/Content.Client/Construction/ConstructionMenuPresenter.cs index 39e9ea67d6..c89544031d 100644 --- a/Content.Client/Construction/ConstructionMenuPresenter.cs +++ b/Content.Client/Construction/ConstructionMenuPresenter.cs @@ -123,6 +123,7 @@ public void Dispose() { _constructionView.Dispose(); + SystemBindingChanged(null); _systemManager.SystemLoaded -= OnSystemLoaded; _systemManager.SystemUnloaded -= OnSystemUnloaded;