This commit is contained in:
Lemon
2019-11-04 17:47:05 +05:00
committed by GitHub
parent 23b29bdf38
commit 4aaf9bc9ff

View File

@ -38,7 +38,7 @@ public class SignBlocker extends FreedomService
{
final Player player = event.getPlayer();
if (event.getBlock().getType().equals(Tag.SIGNS.getValues()))
if (Tag.SIGNS.getValues().contains(event.getBlock().getType())
{
ItemStack sign = event.getItemInHand();