http-api: fix api going down after runelite update

This commit is contained in:
ThatGamerBlue
2019-08-01 14:56:12 +01:00
committed by GitHub
parent d44f12a5fd
commit 30354c925e

View File

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