Skip to content
Snippets Groups Projects
Commit 032154ea authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'SFBugFix' into 'pregmod-master'

Edge case catching

See merge request pregmodfan/fc-pregmod!3167
parents 316c44e6 e9fc10cb
No related branches found
No related tags found
No related merge requests found
......@@ -35615,6 +35615,7 @@ window.SFBC = function() {
}
V.SF.Facility = {Toggle:0, Active:0, LC:0, Workers:0, Max:5, Caps:"Special force support facility", Lower:"special force support facility", Decoration:"standard", Speed:0, Upgrade:0, IDs:[]};
} else {
if (V.SF.Active === -1) SFInit();
if (V.SF.MWU) {
delete V.SF.MWU;
}
......@@ -605,6 +605,7 @@ window.SFBC = function() {
}
V.SF.Facility = {Toggle:0, Active:0, LC:0, Workers:0, Max:5, Caps:"Special force support facility", Lower:"special force support facility", Decoration:"standard", Speed:0, Upgrade:0, IDs:[]};
} else {
if (V.SF.Active === -1) SFInit();
if (V.SF.MWU) {
delete V.SF.MWU;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment