Skip to content

Commit

Permalink
Replace bad code with a todo note
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Apr 17, 2016
1 parent df383ff commit 0950082
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -333,7 +333,7 @@ public void saveMCEditFormatToStream(OutputStream os) {
for (Map.Entry<String, Tag> entry : rawTag.getValue().entrySet()) {
values.put(entry.getKey(), entry.getValue());
}
values.put("id", new StringTag(null)); // block.getNbtId()
// TODO: ??? -> values.put("id", new StringTag(null)); // block.getNbtId()
values.put("x", new IntTag(x));
values.put("y", new IntTag(y));
values.put("z", new IntTag(z));
Expand Down

0 comments on commit 0950082

Please sign in to comment.