We don't need that debug output
This commit is contained in:
parent
5157c2bf37
commit
e654b23a50
@ -244,7 +244,6 @@ public class BlockForm extends Form
|
||||
Field field = net.minecraft.server.v1_7_R4.Entity.class.getDeclaredField("entityCount");
|
||||
field.setAccessible(true);
|
||||
_entityId = field.getInt(null);
|
||||
System.out.print("Set to " + _entityId);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user