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:
parent
b457cf9f4d
commit
a25d323897
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user