This commit is contained in:
Christian 2012-12-02 22:00:12 -05:00
parent 784ad96194
commit e3dfb1e3b7

View file

@ -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);