mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-08-06 20:42:57 +00:00
ivan did this
This commit is contained in:
parent
4aaf9bc9ff
commit
35ff7494a4
4 changed files with 3 additions and 179 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue