my fucking god

This commit is contained in:
Super_
2019-12-20 19:47:23 -05:00
parent ef9f55f7ad
commit 1dc2bd8518
14 changed files with 0 additions and 436 deletions

View File

@ -37,11 +37,6 @@ public class Command_ro extends FreedomCommand
materials.addAll(Groups.SHULKER_BOXES);
names = "shulker boxes";
}
else if (args[0].equalsIgnoreCase("heads"))
{
materials.addAll(Groups.HEADS);
names = "heads";
}
else
{
for (String materialName : StringUtils.split(args[0], ","))