Fix Detonator remove location if invalid
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful
Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
Ursprung
fd98add4b3
Commit
2de5a4ff11
@ -109,7 +109,6 @@ public class Detonator {
|
|||||||
SWUtils.sendToActionbar(p, BauSystem.MESSAGE.parse("DETONATOR_POINTS_ACT", p, s));
|
SWUtils.sendToActionbar(p, BauSystem.MESSAGE.parse("DETONATOR_POINTS_ACT", p, s));
|
||||||
}
|
}
|
||||||
|
|
||||||
invalid.forEach(detonator::removeLocation);
|
|
||||||
if (!invalid.isEmpty()) {
|
if (!invalid.isEmpty()) {
|
||||||
int invalidPoints = invalid.size();
|
int invalidPoints = invalid.size();
|
||||||
if (invalidPoints == 1) {
|
if (invalidPoints == 1) {
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren