getName fix

This commit is contained in:
honfika@gmail.com
2015-01-23 10:57:26 +01:00
parent 2468d4cf76
commit a601d3935f

View File

@@ -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(".")) {