More formatting (stupid eclipse)

This commit is contained in:
HugoDaBosss 2016-03-06 14:42:22 +01:00
parent 923f3088c0
commit 59d637e0f5
1 changed files with 1 additions and 1 deletions

View File

@ -636,7 +636,7 @@ public class OutgoingTransformer {
NBTIO.writeTag(out, tag);
}
else if(tag != null) { // EntityID does not exist
CompoundTag spawn = new CompoundTag("SpawnData");
CompoundTag spawn = new CompoundTag("SpawnData");
spawn.put(new StringTag("id", "AreaEffectCloud")); //Make spawners show up as empty when no EntityId is given.
tag.put(spawn);
DataOutputStream out = new DataOutputStream(new ByteBufOutputStream(output));