Another UUID conversion fix for database mode.
This commit is contained in:
parent
4a024b87fd
commit
8f566ce816
|
|
@ -250,7 +250,7 @@ public class DatabaseDataStore extends DataStore
|
||||||
|
|
||||||
String ownerName = results.getString("owner");
|
String ownerName = results.getString("owner");
|
||||||
UUID ownerID = null;
|
UUID ownerID = null;
|
||||||
if(ownerName.isEmpty())
|
if(ownerName.isEmpty() || ownerName.startsWith("--"))
|
||||||
{
|
{
|
||||||
ownerID = null; //administrative land claim or subdivision
|
ownerID = null; //administrative land claim or subdivision
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user