Update RunecraftPlugin.java

This commit is contained in:
Tyler Bochard
2019-05-20 14:43:06 -04:00
committed by GitHub
parent c9c90620bb
commit e0610928a8

View File

@@ -228,11 +228,11 @@ public class RunecraftPlugin extends Plugin
}
else if (option.equals("fill") && id != 9)
{
swap(client, "empty", option, target);
swap(client, "empty", option, target);
}
}
}
private void hide(String option, String target, boolean contains)
{
final MenuEntry[] entries = client.getMenuEntries();