mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-23 04:05:41 +00:00
src/core/configuration/DevConfig.ts
This commit is contained in:
@@ -44,7 +44,7 @@ export class DevConfig extends DefaultConfig {
|
||||
constructor(
|
||||
sc: ServerConfig,
|
||||
gc: GameConfig,
|
||||
us: UserSettings,
|
||||
us: UserSettings | null,
|
||||
isReplay: boolean,
|
||||
) {
|
||||
super(sc, gc, us, isReplay);
|
||||
|
||||
Reference in New Issue
Block a user