diff options
Diffstat (limited to 'derelict.js')
-rw-r--r-- | derelict.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/derelict.js b/derelict.js index 155df23..6864564 100644 --- a/derelict.js +++ b/derelict.js @@ -57,10 +57,12 @@ class SkirmishGrid { enable() { this.active = true + this.controls.enabled = true } disable() { this.active = false + this.controls.enabled = false } } |