Skip to content

Commit

Permalink
Merge pull request #217 from FlaminSarge/master
Browse files Browse the repository at this point in the history
Hotfix win detection for Bossgame1
  • Loading branch information
Steven authored Sep 1, 2021
2 parents 5fabcd9 + ce7b69d commit b7aa214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/scripting/AS-MicroTF2.sp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
*/
//#define DEBUG
//#define LOGGING_STARTUP
#define PLUGIN_VERSION "4.2.1"
#define PLUGIN_VERSION "4.2.2"
#define PLUGIN_PREFIX "\x0700FFFF[ \x07FFFF00WarioWare \x0700FFFF] {default}"
#define PLUGIN_MAPPREFIX "warioware_redux_"
//#define PLUGIN_DOPRECACHE
Expand Down
2 changes: 1 addition & 1 deletion src/scripting/Bossgames/Bossgame1.sp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public void Bossgame1_OnGameFrame()
return;
}

if (!IsMinigameEnding)
if (IsMinigameEnding)
{
return;
}
Expand Down

0 comments on commit b7aa214

Please sign in to comment.