http-api: fix api going down after runelite update (#1218)

http-api: fix api going down after runelite update
This commit is contained in:
Owain van Brakel
2019-08-01 16:02:59 +02:00
committed by GitHub

View File

@@ -197,7 +197,7 @@ public class RuneLiteAPI
public static String getVersion()
{
return version;
return upstreamVersion;
}
public static int getRsVersion()