[HLDMS] Fix incorrectly configured default value for mp_teamlist#1838
[HLDMS] Fix incorrectly configured default value for mp_teamlist#1838YourSourceBoiii wants to merge 1 commit intoValveSoftware:masterfrom
Conversation
|
This is actually wrong, because teamplay gamerules still use |
Not sure what you mean with this exactly? I wish I could actually make a pull request for the HLDMS gamerules like you said though, but sadly the code is not in here |
What I mean is, it's better to fix the syntax to match base gamerules and HL1, so you have the same command working the same way in both games. What I was referring to about teamplay gamerules, is it has its own team creation logic which does in fact use |
ISSUE: By default,
mp_teamlist(which sets the amount of teams and their names in Half-Life Deathmatch Source) has the valuehgrunt;scientist. This will however lead to only one team being created whenmp_teamplay 1is turned on, as the seperator between team names is supposed to be,. See hl1mp_gamerules.cppFIX: Change the default value
hgrunt;scientistintohgrunt,scientist