Skip to content

Commit

Permalink
Minor typo in IMC logging #1310
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Jan 5, 2015
1 parent ed98476 commit 722ba24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tconstruct/util/IMCHandler.java
Expand Up @@ -153,7 +153,7 @@ else if(type.equals("addPartCastingMaterial"))

NBTTagCompound tag = message.getNBTValue();

if(!checkRequiredTags("Castingt", tag, "MaterialId", "FluidName"))
if(!checkRequiredTags("Casting", tag, "MaterialId", "FluidName"))
continue;

if(!tag.hasKey("MaterialId"))
Expand Down

0 comments on commit 722ba24

Please sign in to comment.