Changed Fake Player's name

This commit is contained in:
Ellpeck 2016-03-18 20:36:41 +01:00
parent 54c0884b03
commit 2b12947e2c
2 changed files with 1 additions and 1 deletions

View file

@ -20,7 +20,7 @@ import java.util.UUID;
public class FakePlayerUtil{
private static final String FAKE_NAME = "EllpecksActuallyAdditionsFakePlayer";
private static final String FAKE_NAME = ModUtil.MOD_ID+"FakePlayer";
private static final GameProfile FAKE_PROFILE = new GameProfile(UUID.nameUUIDFromBytes(FAKE_NAME.getBytes()), FAKE_NAME);
private static FakePlayer theFakePlayer;

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB