Skip to content

Commit

Permalink
Removed saving after changing id due to it make changing id extremely…
Browse files Browse the repository at this point in the history
… slow
  • Loading branch information
Pavel Fedin committed Nov 27, 2016
1 parent 4bab776 commit dc76631
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/ru/wpstuio/amorphine/mcaliases/Region.java
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ public void changeBlockId(Coordinates3d cords, byte id) throws IOException {
Chunk chunk = chunks[chunk_local_x][chunk_local_z];
chunk.changeBlockId(cords, id);

this.save();
}

public byte getBlockId(Coordinates3d cords) {
Expand Down

0 comments on commit dc76631

Please sign in to comment.