mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
honestly confused??
This commit is contained in:
parent
8a60ae2235
commit
2a88e05021
@ -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"))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user