Never rotate while sneaking!

Fixed Crash.
This commit is contained in:
AlgorithmX2
2014-02-01 20:26:30 -06:00
parent 88da475a4b
commit 496a67abb9
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ public class NetworkToolViewer implements INetworkTool
this.is = is;
gh = gHost;
inv = new AppEngInternalInventory( null, 9 );
inv.readFromNBT( Platform.openNbtData( is ), "inv" );
if ( is.hasTagCompound() ) // prevent crash when opening network status creen.
inv.readFromNBT( Platform.openNbtData( is ), "inv" );
}
@Override