File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -187,12 +187,12 @@ public static bool InjectDLL()
187187
188188 public static string GetLatestSupportedVersion ( )
189189 {
190- // https://raw.githubusercontent.com/Prax-Client/Releases/main/latest_supported .txt
190+ // https://raw.githubusercontent.com/Prax-Client/Releases/main/latest .txt
191191 try
192192 {
193193 HttpClient client = new HttpClient ( ) ;
194194 client . DefaultRequestHeaders . Add ( "User-Agent" , "Prax Injector" ) ;
195- var response = client . GetAsync ( "https://raw.githubusercontent.com/Prax-Client/Releases/main/latest_supported .txt" ) . Result ;
195+ var response = client . GetAsync ( "https://raw.githubusercontent.com/Prax-Client/Releases/main/latest .txt" ) . Result ;
196196 if ( ! response . IsSuccessStatusCode )
197197 {
198198 Logger . Log ( "GetLatestSupportedVersion" , "Failed to get latest supported version" , Logger . LType . Error ) ;
@@ -246,4 +246,4 @@ public static string GetMinecraftVersion()
246246 return string . Empty ;
247247 }
248248 }
249- }
249+ }
You can’t perform that action at this time.
0 commit comments