Fixed a few more rendering/visual update glitches.

This commit is contained in:
AlgorithmX2
2014-05-10 13:27:48 -05:00
parent 2f071e7341
commit 570f098f81
4 changed files with 12 additions and 6 deletions
+1 -2
View File
@@ -419,8 +419,7 @@ public class Registration
}
catch (Throwable e)
{
AELog.severe( "Error with Feature: " + c.getName() );
throw new RuntimeException( e );
throw new RuntimeException( "Error with Feature: " + c.getName(), e );
}
}