Fixed setblock not being synced

This commit is contained in:
Anuken
2024-08-31 08:44:23 -04:00
parent 46cc0d4cc1
commit 9f877c9f20
2 changed files with 2 additions and 2 deletions

View File

@@ -1349,7 +1349,7 @@ public class LExecutor{
if(t == null) t = Team.derelict;
if(tile.block() != b || tile.team() != t){
tile.setBlock(b, t, Mathf.clamp(rotation.numi(), 0, 3));
tile.setNet(b, t, Mathf.clamp(rotation.numi(), 0, 3));
}
}
}