Skip to content

Commit

Permalink
Disabled Minigame 20 until lunchbox item issue is fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
safalin1 committed Aug 5, 2018
1 parent a93976b commit 27acf8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scripting/Minigames/Minigame20.inc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ public Minigame20_EntryPoint()

public bool:Minigame20_OnCheck()
{
return true;
// TODO: Fix usage of lunchbox items
return false;
}

public Minigame20_OnMinigameSelectedPre()
Expand Down

0 comments on commit 27acf8e

Please sign in to comment.