client: use value from properties

This commit is contained in:
zeruth
2021-02-19 13:41:55 -05:00
parent 24429f2506
commit 6523f7299b

View File

@@ -26,7 +26,7 @@ public class OpenOSRS
e.printStackTrace();
}
SYSTEM_VERSION = properties.getProperty("oprs.version", "0.0.0");
SYSTEM_API_VERSION = properties.getProperty("oprs.api.version", "1.0.0");
SYSTEM_API_VERSION = properties.getProperty("oprs.api.version");
}
public static void preload()