diff --git a/src/core/execution/PlayerExecution.ts b/src/core/execution/PlayerExecution.ts index 5742f2d9d..9b123a1e9 100644 --- a/src/core/execution/PlayerExecution.ts +++ b/src/core/execution/PlayerExecution.ts @@ -41,7 +41,7 @@ export class PlayerExecution implements Execution { this.map = mg.map(); this.config = mg.config(); this.lastCalc = - ticks + (simpleHash(this.player.name()) % this.ticksPerClusterCalc); + ticks + (simpleHash(this.player.id()) % this.ticksPerClusterCalc); } tick(ticks: number) {