diff --git a/TransparentWall/Plugin.cs b/TransparentWall/Plugin.cs index 1b16420..27818e2 100644 --- a/TransparentWall/Plugin.cs +++ b/TransparentWall/Plugin.cs @@ -51,11 +51,11 @@ private void Load() private void Unload() { + RemoveEvents(); TransparentWallPatches.RemoveHarmonyPatches(); ScoreUtility.Cleanup(); Configuration.Save(); SettingsUI.RemoveMenu(); - RemoveEvents(); } private void AddEvents()