reduce cluster check to every 20 ticks

This commit is contained in:
evanpelle
2025-01-22 16:52:34 -08:00
committed by Evan
parent ad06b14388
commit f7a0619347
+1 -1
View File
@@ -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