mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-28 20:44:17 +00:00
reduce cluster check to every 20 ticks
This commit is contained in:
@@ -7,7 +7,7 @@ import { GameMap, TileRef } from "../game/GameMap"
|
||||
|
||||
export class PlayerExecution implements Execution {
|
||||
|
||||
private readonly ticksPerClusterCalc = 10
|
||||
private readonly ticksPerClusterCalc = 20
|
||||
|
||||
private player: MutablePlayer
|
||||
private config: Config
|
||||
|
||||
Reference in New Issue
Block a user