mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Code cleanup
This commit is contained in:
@@ -246,6 +246,8 @@ public class SFilterUtil {
|
|||||||
case OR:
|
case OR:
|
||||||
outputRules = Predicates.or(outputRules, evaluateValue(stackItem));
|
outputRules = Predicates.or(outputRules, evaluateValue(stackItem));
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
currentOperation = null;
|
currentOperation = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user