diff --git a/src/me/ryanhamshire/GriefPrevention/DatabaseDataStore.java b/src/me/ryanhamshire/GriefPrevention/DatabaseDataStore.java index bcb2381..2f4fb4b 100644 --- a/src/me/ryanhamshire/GriefPrevention/DatabaseDataStore.java +++ b/src/me/ryanhamshire/GriefPrevention/DatabaseDataStore.java @@ -257,8 +257,7 @@ public class DatabaseDataStore extends DataStore { if(e.getMessage().contains("World not found")) { - removeClaim = true; - GriefPrevention.AddLogEntry("Removing a claim in a world which does not exist: " + lesserCornerString); + GriefPrevention.AddLogEntry("Failed to load a claim because its world isn't loaded (yet?). Please delete the claim or contact the GriefPrevention developer with information about which plugin(s) you're using to load or create worlds."); continue; } else