Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsNovaHere committed Aug 12, 2019
1 parent 6f38947 commit 9aa2a54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions NovasFuckery/Mods/ChallengeMode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ private static void Timer_Elapsed(object sender, ElapsedEventArgs e) {
}

internal static void CleanupMode() {
if (!FuckeryUI.ChallengeMode.Enabled) return;

FuckeryUI.DisableAllMods(true);
timer.Stop();
timer.Elapsed -= Timer_Elapsed;
timer = null;
}
Expand Down
2 changes: 1 addition & 1 deletion NovasFuckery/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"gameVersion": "1.1.0",
"id": "novas-fuckery",
"name": "Nova's Fuckery",
"version": "1.0.1",
"version": "1.1.1",
"dependsOn": {
"BS Utils": "1.3.6",
"CustomUI": "1.5.11",
Expand Down

0 comments on commit 9aa2a54

Please sign in to comment.