honestly confused??

This commit is contained in:
Super_ 2020-07-02 20:40:08 -04:00
parent 8a60ae2235
commit 2a88e05021

View File

@ -133,7 +133,7 @@ public class BlockBlocker extends FreedomService
case PLAYER_WALL_HEAD: case PLAYER_WALL_HEAD:
{ {
Skull skull = (Skull) event.getBlockPlaced().getState(); Skull skull = (Skull) event.getBlockPlaced().getState();
if (skull.hasOwner()) if (skull.getOwner() != null)
{ {
if (skull.getOwner().contains("\u00A7")) if (skull.getOwner().contains("\u00A7"))
{ {