mirror of
https://github.com/fortressforever/fortressforever-scripts.git
synced 2025-05-31 00:30:51 +00:00
Merge pull request #28 from fortressforever/fixes/ff-dm-names
Change team names to something more appropriate
This commit is contained in:
commit
5d8f3cd3ab
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ function startup()
|
|||
SetPlayerLimit( Team.kYellow, -1 )
|
||||
SetPlayerLimit( Team.kGreen, -1 )
|
||||
|
||||
SetTeamName( Team.kRed, "Destroyers" )
|
||||
SetTeamName( Team.kBlue, "Blue Orcas" )
|
||||
SetTeamName( Team.kRed, "Red Gazelles" )
|
||||
end
|
||||
|
||||
function precache()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue