mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 19:50:54 +00:00
#1145 double not (!!) fix
This commit is contained in:
@@ -91,9 +91,6 @@ public class NotItem extends UnaryOpItem implements LogicalOpItem, Inverted {
|
||||
|
||||
@Override
|
||||
public GraphTargetItem invert(GraphSourceItem src) {
|
||||
if (true) {
|
||||
return value;
|
||||
}
|
||||
//if this is already !!val, convert to !val
|
||||
if (value instanceof NotItem) {
|
||||
return value;
|
||||
|
||||
Reference in New Issue
Block a user