This commit is contained in:
2025-05-18 15:58:31 +02:00
parent 400c78447a
commit 297e6c9b59
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
PREFIX=§eTowerRun§8§§r
PREFIX=§eTowerRun§8»§r
PLAYER_DIED=§c{0} §7died§8!
PLAYER_ESCAPE=§a{0} §7escaped§8!
@@ -80,7 +80,6 @@ public class IngameListener extends GameStateBukkitListener {
if (blocksToBreak.isEmpty()) {
return;
}
System.out.println(blocksToBreak.size() + "/" + blocksToMelt.size());
for (Pos pos : blocksToBreak) {
blocksToMelt.remove(pos);
Block block = Bukkit.getWorlds().get(0).getBlockAt(pos.x, pos.y, pos.z);