DB UUID Migration: Fixed too many admin claims.

This commit is contained in:
ryanhamshire 2014-09-25 11:19:47 -07:00
parent 94c93fbcb4
commit 564a00fa5d

View File

@ -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
{