Don't send openGui commands from the fakeplayer. Fixes thaumcraft and probably others.

This commit is contained in:
Christian 2013-11-12 17:33:24 -05:00
parent c8e249f919
commit 4f05808b8e

View file

@ -28,4 +28,6 @@ public class FakePlayer extends EntityPlayerMP
public void sendChatToPlayer(ChatMessageComponent chatmessagecomponent){}
@Override
public void addStat(StatBase par1StatBase, int par2){}
@Override
public void openGui(Object mod, int modGuiId, World world, int x, int y, int z){}
}