Fixed all compile errors ( Took forever )

This commit is contained in:
ProSavage
2018-07-28 00:31:58 -05:00
parent 403a086ea7
commit 51f157931f
15 changed files with 62 additions and 68 deletions

View File

@@ -20,7 +20,7 @@ public class CmdSetBanner extends FCommand {
}
public void perform() {
if (me.getItemInHand().getType() != Material.BANNER) {
if (me.getItemInHand().getType() != Material.LEGACY_BANNER) {
fme.msg(TL.COMMAND_SETBANNER_NOTBANNER);
return;
}