mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-03-04 10:38:12 +00:00
Wrap ComputerCraft fake player with brackets
Hopefully this'll make GriefPrevention play a little nicer
This commit is contained in:
parent
7bb8efed1d
commit
f753513289
@ -27,7 +27,7 @@ public class TurtlePlayer extends FakePlayer
|
|||||||
{
|
{
|
||||||
public final static GameProfile DEFAULT_PROFILE = new GameProfile(
|
public final static GameProfile DEFAULT_PROFILE = new GameProfile(
|
||||||
UUID.fromString( "0d0c4ca0-4ff1-11e4-916c-0800200c9a66" ),
|
UUID.fromString( "0d0c4ca0-4ff1-11e4-916c-0800200c9a66" ),
|
||||||
"ComputerCraft"
|
"[ComputerCraft]"
|
||||||
);
|
);
|
||||||
|
|
||||||
@Deprecated
|
@Deprecated
|
||||||
|
Loading…
x
Reference in New Issue
Block a user