clan tags

This commit is contained in:
evanpelle
2026-05-24 16:48:11 +01:00
parent 14f2e36d15
commit ef022df795
3 changed files with 19 additions and 2 deletions
+2
View File
@@ -245,6 +245,7 @@ export class MapPlaylist {
bots: isCompact ? 100 : 400,
spawnImmunityDuration: this.getSpawnImmunityDuration(playerTeams),
disabledUnits: [],
disableClanTags: mode === GameMode.FFA ? true : undefined,
} satisfies GameConfig;
}
@@ -456,6 +457,7 @@ export class MapPlaylist {
this.getSpawnImmunityDuration(playerTeams, startingGold),
disabledUnits,
waterNukes: isWaterNukes ? true : undefined,
disableClanTags: mode === GameMode.FFA ? true : undefined,
} satisfies GameConfig;
}