mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-07 19:56:02 +00:00
teams (#349)
This commit is contained in:
@@ -2,7 +2,7 @@ import { ServerConfig } from "../core/configuration/Config";
|
||||
import { GameConfig, GameID } from "../core/Schemas";
|
||||
import { Client } from "./Client";
|
||||
import { GamePhase, GameServer } from "./GameServer";
|
||||
import { Difficulty, GameMapType, GameType } from "../core/game/Game";
|
||||
import { Difficulty, GameMapType, GameMode, GameType } from "../core/game/Game";
|
||||
import { Logger } from "winston";
|
||||
|
||||
export class GameManager {
|
||||
@@ -38,6 +38,7 @@ export class GameManager {
|
||||
infiniteGold: false,
|
||||
infiniteTroops: false,
|
||||
instantBuild: false,
|
||||
gameMode: GameMode.FFA,
|
||||
bots: 400,
|
||||
...gameConfig,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user