zone reduction tick working kinda

This commit is contained in:
2024-04-17 18:55:08 +00:00
parent 40241311ee
commit 46ce93e84e
5 changed files with 86 additions and 33 deletions

View File

@@ -169,6 +169,6 @@ export default class Game {
if(this.state == GameState.PLAYING || this.state == GameState.FINISHED) {
return false;
}
this.zone.udpateSettings(newSettings)
return this.zone.udpateSettings(newSettings)
}
}