mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2024-11-23 10:35:15 +01:00
Don't use sign Material as that's going to change in 1.14
This commit is contained in:
parent
c538f4a3dc
commit
0b57382cd0
@ -33,7 +33,7 @@ public class SignSticker implements Listener {
|
||||
}
|
||||
|
||||
private static void stickSign(Block signBlock, String[] lines) {
|
||||
if (signBlock.getType() != Material.SIGN) {
|
||||
if (!(signBlock.getBlockData() instanceof Sign)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user