ivan did this

This commit is contained in:
Robinson Gallego
2019-11-06 21:29:04 -05:00
parent 4aaf9bc9ff
commit 35ff7494a4
4 changed files with 3 additions and 179 deletions

View File

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