This commit is contained in:
Christian 2012-12-02 22:00:12 -05:00
parent 784ad96194
commit e3dfb1e3b7
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ public class ForgeInternalHandler
if (item == null)
{
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);
entity.setDead();
event.setCanceled(true);