Fixing conflict resolutions derps.

This commit is contained in:
Kyprus 2012-06-07 18:54:28 -04:00
parent e984ac27a0
commit 59ee83677b
2 changed files with 0 additions and 4 deletions

View file

@ -184,8 +184,5 @@ public class EntityLaser extends Entity implements ISpawnHandler {
}
@Override
protected void writeEntityToNBT(NBTTagCompound nbttagcompound) {
}
protected void writeEntityToNBT(NBTTagCompound nbttagcompound) {}
}

View file

@ -227,7 +227,6 @@ public class EntityRobot extends Entity implements ISpawnHandler {
// Defensive code against errors in implementers
t.printStackTrace();
ModLoader.getLogger().throwing("EntityRobot", "update", t);
"update", t);
}
}