compile on .10

This commit is contained in:
AlgorithmX2
2014-06-24 17:58:14 -05:00
parent 93b0c9bac0
commit 6a11d18e32
2 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -9,6 +9,7 @@ import java.util.Iterator;
import java.util.List;
import java.util.Random;
import java.util.Set;
import java.util.UUID;
import java.util.WeakHashMap;
import net.minecraft.block.Block;
@@ -890,7 +891,7 @@ public class Platform
}
private static WeakHashMap<World, EntityPlayer> fakePlayers = new WeakHashMap<World, EntityPlayer>();
private static GameProfile myProfile = new GameProfile( "[appeng]", "AE2" );
private static GameProfile myProfile = new GameProfile( new UUID(0,0), "AE2" );
public static EntityPlayer getPlayer(WorldServer w)
{