1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-27 23:53:21 +00:00

Wrap ComputerCraft fake player with brackets

Hopefully this'll make GriefPrevention play a little nicer
This commit is contained in:
SquidDev 2018-03-01 15:58:09 +00:00
parent 7bb8efed1d
commit f753513289

View File

@ -27,7 +27,7 @@ public class TurtlePlayer extends FakePlayer
{
public final static GameProfile DEFAULT_PROFILE = new GameProfile(
UUID.fromString( "0d0c4ca0-4ff1-11e4-916c-0800200c9a66" ),
"ComputerCraft"
"[ComputerCraft]"
);
@Deprecated