fix: use real teams when joining the games
This commit is contained in:
parent
5329be46dc
commit
80e59c2c24
3 changed files with 29 additions and 15 deletions
|
|
@ -162,7 +162,7 @@ void Game::levelInitialize (edict_t *entities, int max) {
|
|||
else if (prefix.startsWith ("ka_")) {
|
||||
m_mapFlags |= MapFlags::KnifeArena;
|
||||
}
|
||||
else if (prefix.startsWith("he_")) {
|
||||
else if (prefix.startsWith ("he_")) {
|
||||
m_mapFlags |= MapFlags::GrenadeWar;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue