Small formatting

This commit is contained in:
HugoDaBosss 2016-03-05 01:24:15 +01:00
parent bd5f44b477
commit a42526bb88

View File

@ -570,7 +570,6 @@ public class OutgoingTransformer {
DataOutputStream out = new DataOutputStream(new ByteBufOutputStream(output));
NBTIO.writeTag(out, tag);
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
return;