Refactor: Split config into Config and ServerConfig

This commit is contained in:
evanpelle
2024-12-25 14:04:19 -08:00
parent 111775a3f4
commit 57cbf5c55e
16 changed files with 101 additions and 79 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ export class Executor {
this.random.nextID()
),
nation.cell,
nation.strength * this.gs.config().difficultyModifier(this.gs.gameConfig().difficulty)
nation.strength * this.gs.config().difficultyModifier(this.gs.config().gameConfig().difficulty)
))
}
return execs