mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-12-12 19:20:29 +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(
|
||||
UUID.fromString( "0d0c4ca0-4ff1-11e4-916c-0800200c9a66" ),
|
||||
"ComputerCraft"
|
||||
"[ComputerCraft]"
|
||||
);
|
||||
|
||||
@Deprecated
|
||||
|
Loading…
Reference in New Issue
Block a user