SteamWar/BauSystem2.0
Archiviert
12
0

Update DepthCounter message

Dieser Commit ist enthalten in:
yoyosource 2021-05-01 20:00:57 +02:00
Ursprung 988ebcaee6
Commit 6ea916bcb8

Datei anzeigen

@ -106,7 +106,7 @@ public class DepthCounter {
return null; return null;
} }
final StringBuilder result = new StringBuilder(BauSystem.PREFIX); final StringBuilder result = new StringBuilder(BauSystem.PREFIX).append("Schadensdimensionen ").append(ColorConfig.OTHER).append("> ").append(ColorConfig.BASE);
final Set<Integer> dimensions = new HashSet<>(); final Set<Integer> dimensions = new HashSet<>();
if (xActive) { if (xActive) {