mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-10 06:24:37 +00:00
Refactor: Split config into Config and ServerConfig
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user