Fix #289
This commit is contained in:
parent
784ad96194
commit
e3dfb1e3b7
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ public class ForgeInternalHandler
|
||||||
if (item == null)
|
if (item == null)
|
||||||
{
|
{
|
||||||
FMLLog.warning("Attempted to add a EntityItem to the world with a invalid item: ID %d at " +
|
FMLLog.warning("Attempted to add a EntityItem to the world with a invalid item: ID %d at " +
|
||||||
"(%d, %d, %d), this is most likely a config issue between you and the server. Please double check your configs",
|
"(%2.2f, %2.2f, %2.2f), this is most likely a config issue between you and the server. Please double check your configs",
|
||||||
stack.itemID, entity.posX, entity.posY, entity.posZ);
|
stack.itemID, entity.posX, entity.posY, entity.posZ);
|
||||||
entity.setDead();
|
entity.setDead();
|
||||||
event.setCanceled(true);
|
event.setCanceled(true);
|
||||||
|
|
Loading…
Reference in a new issue