SteamWar/BauSystem2.0
Archiviert
12
0

Fix BlockCount
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
yoyosource 2021-12-20 16:23:52 +01:00
Ursprung fee9c7c7fb
Commit 6cee82209e

Datei anzeigen

@ -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));