This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
gorge
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
9
Wiki
Activity
Browse Source
Fixed prod-all upgrades being broken
tags/v0.0.1
Fen Dweller
7 years ago
parent
0f0b080606
commit
0e65f4a9e3
No known key found for this signature in database
GPG Key ID:
E80B35A6F11C3656
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
constants.js
+ 2
- 0
constants.js
View File
@@ -240,6 +240,8 @@ function createProdAllUpgrades() {
prefix + (counter - 1)
];
}
counter += 1;
}
}
Write
Preview
Loading…
Cancel
Save