Skip to content

Commit 2c0a69d

Browse files
author
Conqu3red
committed
Merge pull request 'fixed crash when checking for mod updates failed' (#2) from update_check_fix into master
Reviewed-on: https://5124.mywire.org:5002/MoonlitJolteon/PolyTechFramework/pulls/2
2 parents e6aa46f + a87ae9f commit 2c0a69d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PolyTechMain.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ public void Awake()
115115
Logger.LogInfo($"Loaded {PluginName} v{PluginVersion}");
116116
this.isCheat = false;
117117
this.isEnabled = modEnabled.Value;
118-
registerMod(this);
119-
120118
ptfInstance = this;
119+
120+
registerMod(this);
121121
}
122122

123123
bool flag = false;

0 commit comments

Comments
 (0)