Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
Ursprung
fee9c7c7fb
Commit
6cee82209e
@ -54,7 +54,7 @@ public class BlockCount {
|
||||
if (TPSUtils.currentTick.get() - blockCount.lastUpdate < 60) {
|
||||
continue;
|
||||
}
|
||||
toRemove.add(region);
|
||||
toRemove.add(blockCount.region);
|
||||
|
||||
if (count > 10) {
|
||||
RegionUtils.message(blockCount.region, player -> BlockCounter.getMessage(player, blockCount.count, blockCount.tntCount, blockCount.tick, blockCount.lastUpdate));
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren