runelite-client: add setRunelite for tests

This commit is contained in:
Adam
2017-11-03 19:01:13 -04:00
parent 424a387ce3
commit 7846a543b1

View File

@@ -349,6 +349,11 @@ public class RuneLite
return runelite;
}
public static void setRunelite(RuneLite runelite)
{
RuneLite.runelite = runelite;
}
public RuneliteProperties getProperties()
{
return properties;