Skip to content

Commit

Permalink
move this
Browse files Browse the repository at this point in the history
  • Loading branch information
Brain-dawg committed Jan 24, 2025
1 parent e1c87a1 commit 8c26134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mge/functions.nut
Original file line number Diff line number Diff line change
Expand Up @@ -1172,10 +1172,10 @@
end /= 2

idx = (idx + 1) % end
printl(idx + " : " + end + " : " + arena.SpawnPoints.len())
if (team == TF_TEAM_BLUE)
idx += arena.SpawnPoints.len() / 2

printl(idx + " : " + end + " : " + arena.SpawnPoints.len())
// if ("IsCustomRuleset" in arena && arena.IsCustomRuleset)
arena.SpawnIdx = idx

Expand Down

0 comments on commit 8c26134

Please sign in to comment.