diff --git a/src/me/ryanhamshire/GriefPrevention/DatabaseDataStore.java b/src/me/ryanhamshire/GriefPrevention/DatabaseDataStore.java index e70af3d..6c26960 100644 --- a/src/me/ryanhamshire/GriefPrevention/DatabaseDataStore.java +++ b/src/me/ryanhamshire/GriefPrevention/DatabaseDataStore.java @@ -240,6 +240,7 @@ public class DatabaseDataStore extends DataStore { removeClaim = true; GriefPrevention.AddLogEntry("Removing a claim in a world which does not exist: " + lesserCornerString); + continue; } else {