Suppression pénalités d'envoi de position

This commit is contained in:
Sébastien Rivière
2025-06-17 23:46:25 +02:00
parent 41f8caf802
commit c6066bc234
5 changed files with 51 additions and 13 deletions

View File

@@ -32,7 +32,7 @@ export default {
//Watch periodically if all teams need are following the rules
this.checkIntervalId = setInterval(() => {
if (game.state == GameState.PLAYING) {
this.watchPositionUpdate();
//this.watchPositionUpdate();
this.watchZone();
}
}, 100);