Added Insulation Around BC handlers.

Fixed typo in Part Material Registration.
This commit is contained in:
AlgorithmX2
2014-01-28 14:38:06 -06:00
parent c40d6937d6
commit d65cd0d82d
4 changed files with 26 additions and 43 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ public class Registration
if ( is != null )
f.set( materials, new DamagedItemDefinition( is ) );
else
f.set( parts, new NullItemDefinition() );
f.set( materials, new NullItemDefinition() );
}
catch (Throwable err)
{