fix: use real teams when joining the games

This commit is contained in:
jeefo 2024-01-31 13:04:02 +03:00
commit 80e59c2c24
No known key found for this signature in database
GPG key ID: 927BCA0779BEA8ED
3 changed files with 29 additions and 15 deletions

View file

@ -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;
}
}