This commit is contained in:
Anuken
2020-09-16 11:44:39 -04:00
parent bc2d4267ee
commit 9cfd78ee1f
8 changed files with 41 additions and 35 deletions

View File

@@ -46,9 +46,9 @@ public class EditorTile extends Tile{
return;
}
op(OpType.block, block.id);
if(rotation != 0) op(OpType.rotation, (byte)rotation);
if(team() != Team.derelict) op(OpType.team, (byte)team().id);
op(OpType.block, block.id);
super.setBlock(type, team, rotation);
}