Don't need this anymore

This commit is contained in:
Lemon 2017-10-21 22:28:50 +05:00 committed by GitHub
parent 8f45d08ea3
commit 13be60142a

View File

@ -95,14 +95,6 @@ public class InteractBlocker extends FreedomService
event.setCancelled(true);
break;
}
case SIGN:
case SIGN_POST:
case WALL_SIGN:
{
player.sendMessage(ChatColor.GRAY + "Sign interaction is currently disabled.");
break;
}
}
}
}