mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-02-09 10:20:16 +01:00
zone reduction tick working kinda
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user