mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-08-04 01:06:07 +00:00
fix failing SAM test
This commit is contained in:
@@ -28,3 +28,9 @@ export function constructionExecution(
|
||||
game.executeNextTick();
|
||||
}
|
||||
}
|
||||
|
||||
export function executeTicks(game: Game, numTicks: number): void {
|
||||
for (let i = 0; i < numTicks; i++) {
|
||||
game.executeNextTick();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user