Fixed UUID migration NPE in corner case.
Happens when world has been deleted AND the owner's UUID failed to look up, AND running in database mode.
This commit is contained in:
@@ -240,6 +240,7 @@ public class DatabaseDataStore extends DataStore
|
||||
{
|
||||
removeClaim = true;
|
||||
GriefPrevention.AddLogEntry("Removing a claim in a world which does not exist: " + lesserCornerString);
|
||||
continue;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user