Skip to content

Commit

Permalink
ok this is still broken
Browse files Browse the repository at this point in the history
  • Loading branch information
Brain-dawg committed Jan 24, 2025
1 parent 05115fb commit d1d7cf4
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 @@ -1168,7 +1168,7 @@
end /= 2

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

Expand Down

0 comments on commit d1d7cf4

Please sign in to comment.