This commit is contained in:
Anuken
2020-09-16 12:56:32 -04:00
parent ddcfd0728d
commit 47b4da59e0
3 changed files with 4 additions and 2 deletions

View File

@@ -46,6 +46,8 @@ public class EditorTile extends Tile{
return;
}
if(this.block == type && (build == null || build.rotation == rotation)) return;
if(rotation != 0) op(OpType.rotation, (byte)rotation);
if(team() != Team.derelict) op(OpType.team, (byte)team().id);
op(OpType.block, block.id);