mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-30 02:05:41 +00:00
pls
This commit is contained in:
parent
23b29bdf38
commit
4aaf9bc9ff
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user