diff --git a/Starstorm 2/Modules/Config.cs b/Starstorm 2/Modules/Config.cs index 49e7ccf..2497f69 100644 --- a/Starstorm 2/Modules/Config.cs +++ b/Starstorm 2/Modules/Config.cs @@ -340,6 +340,8 @@ internal static void Initialize() EnableEvents.Value = false; EnableVoid.Value = false; EnableTyphoon.Value = false; + EnableGrandMasteryCommando.Value = false; + EnableGrandMasteryToolbot.Value = false; //Item/Equipment doorstop is handle separately. } } diff --git a/Starstorm 2/Starstorm2Release/VideogameMod2Unofficial.zip b/Starstorm 2/Starstorm2Release/VideogameMod2Unofficial.zip index 83d7328..c03da32 100644 Binary files a/Starstorm 2/Starstorm2Release/VideogameMod2Unofficial.zip and b/Starstorm 2/Starstorm2Release/VideogameMod2Unofficial.zip differ diff --git a/Starstorm 2/Starstorm2Release/plugins/ChirrLover-Starstorm2Unofficial/Starstorm2Unofficial.dll b/Starstorm 2/Starstorm2Release/plugins/ChirrLover-Starstorm2Unofficial/Starstorm2Unofficial.dll index c1c1305..664ffd7 100644 Binary files a/Starstorm 2/Starstorm2Release/plugins/ChirrLover-Starstorm2Unofficial/Starstorm2Unofficial.dll and b/Starstorm 2/Starstorm2Release/plugins/ChirrLover-Starstorm2Unofficial/Starstorm2Unofficial.dll differ