mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-16 22:39:57 +00:00
clan tags
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user