http-api: fix api going down after runelite update (#1218)
http-api: fix api going down after runelite update
This commit is contained in:
@@ -197,7 +197,7 @@ public class RuneLiteAPI
|
||||
|
||||
public static String getVersion()
|
||||
{
|
||||
return version;
|
||||
return upstreamVersion;
|
||||
}
|
||||
|
||||
public static int getRsVersion()
|
||||
|
||||
Reference in New Issue
Block a user