mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-08 18:46:12 +00:00
Issue #418 and/or detection fix
This commit is contained in:
@@ -250,6 +250,10 @@ public abstract class GraphTargetItem implements Serializable, Cloneable {
|
||||
return this;
|
||||
}
|
||||
|
||||
public GraphTargetItem getNotCoercedNoDup() {
|
||||
return getNotCoerced();
|
||||
}
|
||||
|
||||
public GraphTargetItem getThroughRegister() {
|
||||
return this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user