mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-16 01:29:47 +00:00
have core/ directory use consolex for remote logging
This commit is contained in:
@@ -264,7 +264,7 @@ export abstract class DefaultConfig implements Config {
|
||||
const ratio = 1 - (player.population() / max)
|
||||
toAdd *= ratio
|
||||
toAdd *= .5
|
||||
// console.log(`to add ${toAdd}`)
|
||||
// consolex.log(`to add ${toAdd}`)
|
||||
|
||||
if (player.type() == PlayerType.FakeHuman) {
|
||||
toAdd *= 1.0
|
||||
|
||||
Reference in New Issue
Block a user