From 564a00fa5d41f38311e40d3d7c826b480c9052d5 Mon Sep 17 00:00:00 2001 From: ryanhamshire Date: Thu, 25 Sep 2014 11:19:47 -0700 Subject: [PATCH] DB UUID Migration: Fixed too many admin claims. --- src/me/ryanhamshire/GriefPrevention/DatabaseDataStore.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {