Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
4e849c46a4 Update worldedit to v7.3.18 2025-12-29 01:47:06 +00:00
3 changed files with 4 additions and 3 deletions

View File

@@ -389,7 +389,7 @@ public class SQLManager implements AbstractDB {
} }
} }
public synchronized boolean sendBatch() { public boolean sendBatch() {
try { try {
if (!getGlobalTasks().isEmpty()) { if (!getGlobalTasks().isEmpty()) {
if (this.connection.getAutoCommit()) { if (this.connection.getAutoCommit()) {

View File

@@ -391,7 +391,8 @@ public abstract class PlotPlayer<P> implements CommandCaller, OfflinePlotPlayer,
int count = 0; int count = 0;
for (PlotArea area : this.plotAreaManager.getPlotAreasSet(world)) { for (PlotArea area : this.plotAreaManager.getPlotAreasSet(world)) {
if (!Settings.Done.COUNTS_TOWARDS_LIMIT) { if (!Settings.Done.COUNTS_TOWARDS_LIMIT) {
count += area.getPlotsAbs(uuid).stream().filter(plot -> !DoneFlag.isDone(plot)).count(); count +=
area.getPlotsAbs(uuid).stream().filter(plot -> !DoneFlag.isDone(plot)).count();
} else { } else {
count += area.getPlotsAbs(uuid).size(); count += area.getPlotsAbs(uuid).size();
} }

View File

@@ -12,7 +12,7 @@ adventure-bukkit = "4.4.1"
log4j = "2.19.0" log4j = "2.19.0"
# Plugins # Plugins
worldedit = "7.2.20" worldedit = "7.3.18"
fawe = "2.14.3" fawe = "2.14.3"
placeholderapi = "2.11.7" placeholderapi = "2.11.7"
luckperms = "5.5" luckperms = "5.5"