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<>());
|
||||
if (tntRecords.contains(tntRecord)) {
|
||||
tntRecords.remove(tntRecord);
|
||||
if (tntRecords.isEmpty()) {
|
||||
isolatedTNT.get(tntRecord.getRegion()).remove(p);
|
||||
if (isolatedTNT.get(tntRecord.getRegion()).isEmpty()) {
|
||||
isolatedTNT.remove(tntRecord.getRegion());
|
||||
}
|
||||
}
|
||||
} else {
|
||||
tntRecords.add(tntRecord);
|
||||
}
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren