Browse Source

Fixed prod-all upgrades being broken

tags/v0.0.1
Fen Dweller 7 years ago
parent
commit
0e65f4a9e3
No known key found for this signature in database GPG Key ID: E80B35A6F11C3656
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      constants.js

+ 2
- 0
constants.js View File

@@ -240,6 +240,8 @@ function createProdAllUpgrades() {
prefix + (counter - 1)
];
}

counter += 1;
}
}



Loading…
Cancel
Save