mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-10-30 13:13:00 +00:00
Wrap ComputerCraft fake player with brackets
Hopefully this'll make GriefPrevention play a little nicer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user