Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
Ursprung
7c79b47d61
Commit
95af58e60e
@ -105,6 +105,12 @@ public class StoredRecords {
|
|||||||
.computeIfAbsent(p, k -> new ArrayList<>());
|
.computeIfAbsent(p, k -> new ArrayList<>());
|
||||||
if (tntRecords.contains(tntRecord)) {
|
if (tntRecords.contains(tntRecord)) {
|
||||||
tntRecords.remove(tntRecord);
|
tntRecords.remove(tntRecord);
|
||||||
|
if (tntRecords.isEmpty()) {
|
||||||
|
isolatedTNT.get(tntRecord.getRegion()).remove(p);
|
||||||
|
if (isolatedTNT.get(tntRecord.getRegion()).isEmpty()) {
|
||||||
|
isolatedTNT.remove(tntRecord.getRegion());
|
||||||
|
}
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
tntRecords.add(tntRecord);
|
tntRecords.add(tntRecord);
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren