fix boat distance wrapping bug

This commit is contained in:
evanpelle
2024-09-02 16:53:49 -07:00
parent 523552bc44
commit 37b91df2b8
3 changed files with 11 additions and 6 deletions
-3
View File
@@ -180,9 +180,6 @@ export class ClientGame {
}
private inputEvent(event: MouseDownEvent) {
// if (this.turns.length < this.config.turnsUntilGameStart()) {
// return
// }
if (!this.isActive) {
return
}