mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-08-05 12:02:53 +00:00
honestly confused??
This commit is contained in:
parent
8a60ae2235
commit
2a88e05021
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ public class BlockBlocker extends FreedomService
|
|||
case PLAYER_WALL_HEAD:
|
||||
{
|
||||
Skull skull = (Skull) event.getBlockPlaced().getState();
|
||||
if (skull.hasOwner())
|
||||
if (skull.getOwner() != null)
|
||||
{
|
||||
if (skull.getOwner().contains("\u00A7"))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue