Logic filter cleanup

This commit is contained in:
Anuken
2024-04-25 10:34:38 -04:00
parent 304b62f0d5
commit be64defc37
2 changed files with 15 additions and 23 deletions

View File

@@ -60,7 +60,7 @@ public class LExecutor{
public @Nullable LogicBuild build;
public IntSet linkIds = new IntSet();
public Team team = Team.derelict;
public boolean privileged = false, isFilter = false;
public boolean privileged = false;
//yes, this is a minor memory leak, but it's probably not significant enough to matter
protected static IntFloatMap unitTimeouts = new IntFloatMap();