mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-02-09 18:20:17 +01:00
Suppression pénalités d'envoi de position
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user