Skip to content

Commit

Permalink
manually set it maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
Brain-dawg committed Jan 23, 2025
1 parent 2079588 commit 3e12e88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mge/functions.nut
Original file line number Diff line number Diff line change
Expand Up @@ -1891,7 +1891,6 @@
arena[self.GetTeam() == TF_TEAM_RED ? "bball_hoop_red" : "bball_hoop_blue"] <- scope.hoop.GetScriptScope().basket.ToKVString()

LoadSpawnPoints(arena_name)


//why does this need to be set here
if ("mge" in arena)
Expand Down Expand Up @@ -1920,6 +1919,8 @@
delete scope.ThinkTable.CustomRulesetThink
p.RemoveCustomAttribute("no_attack")
p.RemoveCustomAttribute("disable weapon switch")

SetSpecialArena(p, arena_name)
}
return
}
Expand Down

0 comments on commit 3e12e88

Please sign in to comment.