mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-17 23:39:01 +00:00
getName fix
This commit is contained in:
@@ -205,7 +205,7 @@ public class DoInitActionTag extends CharacterIdTag implements ASMSource {
|
||||
public String getName() {
|
||||
String expName = getExportName();
|
||||
if ((expName == null) || expName.isEmpty()) {
|
||||
return super.toString();
|
||||
return super.getName();
|
||||
}
|
||||
String[] pathParts;
|
||||
if (expName.contains(".")) {
|
||||
|
||||
Reference in New Issue
Block a user