From a4f972a99cd15cb61b9a07c27295156f8996850a Mon Sep 17 00:00:00 2001 From: Noah Pilarski Date: Sat, 20 Aug 2022 02:17:02 -0400 Subject: [PATCH] Do it for proxy at same time --- .../Components/SizeControllers/StarEvolutionController.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NewHorizons/Components/SizeControllers/StarEvolutionController.cs b/NewHorizons/Components/SizeControllers/StarEvolutionController.cs index 00c479f1..6d07818c 100644 --- a/NewHorizons/Components/SizeControllers/StarEvolutionController.cs +++ b/NewHorizons/Components/SizeControllers/StarEvolutionController.cs @@ -291,6 +291,8 @@ namespace NewHorizons.Components.SizeControllers } } } + + if (_proxy != null) _proxy.DisableStar(start); } public void StartCollapse()