• Joined on 2025-01-14
YoyoNow commented on pull request SteamWar/SteamWar#178 2025-10-26 15:24:08 +01:00
bausystem/TLS

Die Nachricht braucht es nicht.

YoyoNow suggested changes for SteamWar/SteamWar#178 2025-10-26 15:24:08 +01:00
bausystem/TLS
YoyoNow commented on pull request SteamWar/SteamWar#178 2025-10-26 14:23:46 +01:00
bausystem/TLS

New Lines

YoyoNow commented on pull request SteamWar/SteamWar#178 2025-10-26 14:23:46 +01:00
bausystem/TLS

New Lines

YoyoNow commented on pull request SteamWar/SteamWar#178 2025-10-26 14:23:46 +01:00
bausystem/TLS

Übersetzungsdatei?

YoyoNow commented on pull request SteamWar/SteamWar#178 2025-10-26 14:23:46 +01:00
bausystem/TLS

Help Nachrichten beinhalten den Befehl, welcher dafür ausgeführt wird. Siehe TYPEREPLACE_HELP 6 Zeilen über dieser.

YoyoNow commented on pull request SteamWar/SteamWar#178 2025-10-26 14:23:46 +01:00
bausystem/TLS

s.o.

YoyoNow commented on pull request SteamWar/SteamWar#178 2025-10-26 14:23:46 +01:00
bausystem/TLS

New Lines

YoyoNow commented on pull request SteamWar/SteamWar#178 2025-10-26 14:23:46 +01:00
bausystem/TLS

@LinkedInstance nutzen

YoyoNow commented on pull request SteamWar/SteamWar#178 2025-10-26 14:23:46 +01:00
bausystem/TLS

@LinkedInstance nutzen

YoyoNow commented on pull request SteamWar/SteamWar#178 2025-10-26 14:23:46 +01:00
bausystem/TLS

TLS könnte ein Toggle sein. Warum explizit start und stop?

YoyoNow commented on pull request SteamWar/SteamWar#178 2025-10-26 14:23:46 +01:00
bausystem/TLS

Selbst sich ne Instanz von einem selber einzufügen ist weird.

YoyoNow commented on pull request SteamWar/SteamWar#178 2025-10-26 14:23:46 +01:00
bausystem/TLS

Warum nochmal geklammert?

YoyoNow commented on pull request SteamWar/SteamWar#178 2025-10-26 14:23:46 +01:00
bausystem/TLS

Vllt in eine Method extrahieren und dann durch BauSystem.runTaskLater(<Lambda>, 1); ersetzten?

YoyoNow commented on pull request SteamWar/SteamWar#178 2025-10-26 14:23:46 +01:00
bausystem/TLS

Wenn der nächste Kommentar umgesetzt wird hier dann .getOrDefault(region, Collections.emptyList())

YoyoNow commented on pull request SteamWar/SteamWar#178 2025-10-26 14:23:46 +01:00
bausystem/TLS

Hier bitte private machen. Alternativ kannst du auch BauSystem.INSTANCE zu nutzen. Gibt ja nur eine Stelle wo du dieses Field nutzt.

YoyoNow commented on pull request SteamWar/SteamWar#178 2025-10-26 14:23:46 +01:00
bausystem/TLS

Lieber erst hinzufügen und dann auf true setzten?

YoyoNow commented on pull request SteamWar/SteamWar#178 2025-10-26 14:23:46 +01:00
bausystem/TLS

See: Map.computeIfAbsent()

YoyoNow commented on pull request SteamWar/SteamWar#178 2025-10-26 14:23:46 +01:00
bausystem/TLS

See: List.isEmpty()

YoyoNow commented on pull request SteamWar/SteamWar#178 2025-10-26 14:23:46 +01:00
bausystem/TLS

Vllt hier lieber stopListening machen, statt nur einfach zu removen, damit dann auch listening angepasst wird