File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- using BepInEx ;
1+ using BepInEx ;
22using BepInEx . Configuration ;
33using HarmonyLib ;
44using System ;
@@ -104,7 +104,7 @@ public void Awake()
104104 enabledCheatTweaks = 0 + ( forceCheat . Value ? 1 : 0 ) + ( sandboxEverywhere . Value ? 1 : 0 ) ;
105105
106106 this . modCheated = false ;
107- this . repositoryUrl = "http ://5124.mywire.org:5000 /MoonlitJolteon/PolyTechFramework/" ;
107+ this . repositoryUrl = "https ://5124.mywire.org:5002 /MoonlitJolteon/PolyTechFramework/" ;
108108
109109 Harmony . CreateAndPatchAll ( typeof ( PolyTechMain ) ) ;
110110
@@ -260,7 +260,7 @@ public static void checkForModUpdate(PolyTechMod plugin)
260260 client . Headers . Add ( "User-Agent" , "Nothing" ) ;
261261
262262 // get latest release version
263- string repoReleaseUri = "http ://5124.mywire.org:5000 /api/v1/repos" + new Uri ( plugin . repositoryUrl ) . AbsolutePath + "releases" ;
263+ string repoReleaseUri = "https ://5124.mywire.org:5002 /api/v1/repos" + new Uri ( plugin . repositoryUrl ) . AbsolutePath + "releases" ;
264264 string content ;
265265 try
266266 {
You can’t perform that action at this time.
0 commit comments