Skip to content

Commit

Permalink
ok maybe this
Browse files Browse the repository at this point in the history
  • Loading branch information
Brain-dawg committed Jan 23, 2025
1 parent ac4211e commit 275a636
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 @@ -488,7 +488,7 @@
_arena.round_start_sound_volume <- "round_start_sound_volume" in _arena ? _arena.round_start_sound_volume : ROUND_START_SOUND_VOLUME
_arena.airshot_height_threshold <- "airshot_height_threshold" in _arena ? _arena.airshot_height_threshold : AIRSHOT_HEIGHT_THRESHOLD

if (_arena.IsMGE)
if (_arena.IsMGE && !("IsCustomRuleset" in _arena) && !("RulesetVote" in _arena))
{
_arena.IsCustomRuleset <- false
_arena.RulesetVote <- {}
Expand Down

0 comments on commit 275a636

Please sign in to comment.