mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-21 23:13:28 +01:00
Changed Fake Player's name
This commit is contained in:
parent
54c0884b03
commit
2b12947e2c
2 changed files with 1 additions and 1 deletions
|
@ -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 |
Loading…
Reference in a new issue