Fixed all cross version material issues.

This commit is contained in:
ProSavage
2018-08-13 00:33:40 -05:00
parent b58410e8ab
commit 8fc9ed7395
9 changed files with 74 additions and 31 deletions

View File

@@ -131,7 +131,7 @@ public class CmdSeeChunk extends FCommand {
} else {
Material type = blockY % 5 == 0 ? Material.LEGACY_REDSTONE_LAMP_ON : Material.LEGACY_STAINED_GLASS;
Material type = blockY % 5 == 0 ? P.p.REDSTONE_LAMP_ON : P.p.STAINED_GLASS;
VisualizeUtil.addLocation(player, loc, type);
}
}