mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-02-07 07:51:55 +01:00
Slightly widen block break protection on protected signs (still does not block chain breaks).
This commit is contained in:
parent
00c87c0e60
commit
8da3b490d9
@ -57,8 +57,6 @@ public class SignBlockListener implements Listener
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
// prevent any signs be broken by destroying the block they are attached to
|
// prevent any signs be broken by destroying the block they are attached to
|
||||||
if (EssentialsSign.checkIfBlockBreaksSigns(block))
|
if (EssentialsSign.checkIfBlockBreaksSigns(block))
|
||||||
{
|
{
|
||||||
@ -74,7 +72,6 @@ public class SignBlockListener implements Listener
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user