Skip to content

Commit

Permalink
Merge pull request #265 from dPexxIAM/master
Browse files Browse the repository at this point in the history
fix sm_stages bug where it wouldnt update to stage 3
  • Loading branch information
olokos authored Nov 7, 2020
2 parents 960491f + 6a3712b commit b6a71e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/sourcemod/scripting/surftimer/commands.sp
Original file line number Diff line number Diff line change
Expand Up @@ -941,6 +941,7 @@ public int MenuHandler_SelectStage(Menu tMenu, MenuAction action, int client, in
GetMenuItem(tMenu, item, aID, sizeof(aID));
int id = StringToInt(aID);
teleportClient(client, g_iClientInZone[client][2], id, true);
g_Stage[g_iClientInZone[client][2]][client] = id;
}
case MenuAction_End:
{
Expand Down

0 comments on commit b6a71e9

Please sign in to comment.