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,7 +228,7 @@ public class RunecraftPlugin extends Plugin
} }
else if (option.equals("fill") && id != 9) else if (option.equals("fill") && id != 9)
{ {
swap(client, "empty", option, target); swap(client, "empty", option, target);
} }
} }
} }