Browse Source

Oops, left a filter in that should not be there

tags/v1.0.0
Fen Dweller 6 years ago
parent
commit
84cbfe49b9
No known key found for this signature in database GPG Key ID: E80B35A6F11C3656
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      game.js

+ 1
- 1
game.js View File

@@ -4290,7 +4290,7 @@ function grabFormData(form, warnings, panels, buttons, stats, parts) {
{
let sib = parent.previousSibling.previousSibling;

if (!sib.checked && form.id == "") {
if (!sib.checked) {
return;
}
}


Loading…
Cancel
Save