Skip to content

Commit

Permalink
Fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
safalin1 committed Sep 26, 2023
1 parent f33fd65 commit 0560bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripting/Minigames/Minigame31.sp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public void Minigame31_OnMinigameSelectedPre()
{
g_iMinigame31PlayerIndex = 0;
g_eDamageBlockMode = EDamageBlockMode_Nothing;
g_bIsBlockingKillCommands = true;
g_bIsBlockingKillCommands = true;

Minigame31_OpenPlatforms();
}
Expand Down

0 comments on commit 0560bb9

Please sign in to comment.