Merge branch 'master' into do-you-hear-the-voices-too

This commit is contained in:
Mythril382
2024-05-28 00:40:31 +08:00
committed by GitHub
129 changed files with 3164 additions and 1263 deletions

View File

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