mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-26 03:45:41 +00:00
Fixed PlaceObject tag - do not display export name twice
This commit is contained in:
@@ -102,8 +102,7 @@ public abstract class PlaceObjectTypeTag extends Tag implements CharacterIdTag {
|
||||
|
||||
if (getCharacterId() != -1) {
|
||||
result += " (" + getCharacterId() + nameAppend + ")";
|
||||
}
|
||||
if (!nameAppend.isEmpty()) {
|
||||
} else if (!nameAppend.isEmpty()) {
|
||||
result += " (" + nameAppend + ")";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user