mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-02-09 10:20:16 +01:00
back end elimination
This commit is contained in:
@@ -18,7 +18,7 @@ export default class Game {
|
||||
return false;
|
||||
}
|
||||
//The game has started
|
||||
if(this.state == GameState.PLACEMENT && newState == GameState.PLAYING) {
|
||||
if(newState == GameState.PLAYING) {
|
||||
this.initLastSentLocations();
|
||||
}
|
||||
this.state = newState;
|
||||
|
||||
Reference in New Issue
Block a user