13
0

Merge pull request 'Some Minor Schem list Changes' (#133) from minor_schem_list_changes into master
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Reviewed-on: #133
Reviewed-by: Lixfel <lixfel@steamwar.de>
Dieser Commit ist enthalten in:
Chaoscaot 2022-10-28 10:53:45 +02:00
Commit 5e752943fd
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -19,7 +19,7 @@ UTIL_LIST_BACK_HOVER=§eBack {0}
UTIL_LIST_DIR=§7§lDIR UTIL_LIST_DIR=§7§lDIR
UTIL_LIST_TYPE=§8§l{0} UTIL_LIST_TYPE=§8§l{0}
UTIL_LIST_BASE=§e UTIL_LIST_BASE=§e
UTIL_LIST_FROM=§8Owner §7{0} UTIL_LIST_FROM=§8from §7{0}
UTIL_LIST_OPEN_DIR=§eShow directory UTIL_LIST_OPEN_DIR=§eShow directory
UTIL_LIST_OPEN_SCHEM=§eManage schematics UTIL_LIST_OPEN_SCHEM=§eManage schematics
UTIL_LIST_REMOVE=[Remove] UTIL_LIST_REMOVE=[Remove]

Datei anzeigen

@ -125,7 +125,7 @@ public class SchematicCommandUtils {
} else { } else {
SchematicType type = node.getSchemtype(); SchematicType type = node.getSchemtype();
if (type != SchematicType.Normal) { if (type != SchematicType.Normal) {
nodeString.append(SchematicSystem.MESSAGE.parse("UTIL_LIST_TYPE", player, type.name())).append(" "); nodeString.append(SchematicSystem.MESSAGE.parse("UTIL_LIST_TYPE", player, type.getKuerzel())).append(" ");
} }
} }
nodeString.append(SchematicSystem.MESSAGE.parse("UTIL_LIST_BASE", player)); nodeString.append(SchematicSystem.MESSAGE.parse("UTIL_LIST_BASE", player));