mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-23 18:33:07 +00:00
fix boat distance wrapping bug
This commit is contained in:
@@ -180,9 +180,6 @@ export class ClientGame {
|
||||
}
|
||||
|
||||
private inputEvent(event: MouseDownEvent) {
|
||||
// if (this.turns.length < this.config.turnsUntilGameStart()) {
|
||||
// return
|
||||
// }
|
||||
if (!this.isActive) {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user