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:
ryanhamshire 2015-01-16 15:51:17 -08:00
parent b457cf9f4d
commit a25d323897

View File

@ -240,6 +240,7 @@ public class DatabaseDataStore extends DataStore
{ {
removeClaim = true; removeClaim = true;
GriefPrevention.AddLogEntry("Removing a claim in a world which does not exist: " + lesserCornerString); GriefPrevention.AddLogEntry("Removing a claim in a world which does not exist: " + lesserCornerString);
continue;
} }
else else
{ {