mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-02-09 18:20:17 +01:00
fixed zone reduction sequence
This commit is contained in:
@@ -21,6 +21,9 @@ export default class Game {
|
||||
}
|
||||
//The game has started
|
||||
if(newState == GameState.PLAYING) {
|
||||
if(!this.zone.ready()) {
|
||||
return false;
|
||||
}
|
||||
this.initLastSentLocations();
|
||||
this.zone.reset()
|
||||
this.zone.start()
|
||||
|
||||
Reference in New Issue
Block a user