Skip to content

Commit

Permalink
why
Browse files Browse the repository at this point in the history
  • Loading branch information
Brain-dawg committed Jan 23, 2025
1 parent 81baaae commit 6d2c1f8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions mge/functions.nut
Original file line number Diff line number Diff line change
Expand Up @@ -1880,10 +1880,12 @@
arena.fraglimit /= 2
LoadSpawnPoints(arena_name)

//set by BBall_SpawnBall
printl(arena.RulesetVote.ground_ball)

if ("ground_ball" in arena.RulesetVote)
arena.BBall.ground_ball <- arena.RulesetVote.ground_ball
// if ("ground_ball" in arena.RulesetVote)
arena.BBall.ground_ball <- arena.RulesetVote.ground_ball

printl(arena.RulesetVote.ground_ball)

arena.RulesetVote.clear()
SetArenaState(arena_name, AS_COUNTDOWN)
Expand Down

0 comments on commit 6d2c1f8

Please sign in to comment.