Don't send openGui commands from the fakeplayer. Fixes thaumcraft and probably others.
This commit is contained in:
parent
c8e249f919
commit
4f05808b8e
1 changed files with 2 additions and 0 deletions
|
@ -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){}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue