diff --git a/src/me/ryanhamshire/GriefPrevention/DatabaseDataStore.java b/src/me/ryanhamshire/GriefPrevention/DatabaseDataStore.java index c40a968..99d04e9 100644 --- a/src/me/ryanhamshire/GriefPrevention/DatabaseDataStore.java +++ b/src/me/ryanhamshire/GriefPrevention/DatabaseDataStore.java @@ -160,7 +160,7 @@ public class DatabaseDataStore extends DataStore { ownerID = null; //administrative land claim } - else if(this.getSchemaVersion() < 0) + else if(this.getSchemaVersion() < 1) { try {