More sensors / Logic tweaks

This commit is contained in:
Anuken
2020-08-09 20:47:35 -04:00
parent f00510a508
commit b28e7de1db
3 changed files with 8 additions and 2 deletions

View File

@@ -287,7 +287,7 @@ public class LStatements{
@Override
public LCategory category(){
return LCategory.operations;
return LCategory.blocks;
}
@Override
@@ -337,7 +337,7 @@ public class LStatements{
@Override
public LCategory category(){
return LCategory.operations;
return LCategory.blocks;
}
@Override