add more debug messages on claim expiration

#976
This commit is contained in:
RoboMWM 2020-09-14 16:37:20 -07:00
parent afd6aeaab5
commit a3b8b6f2f1

View File

@ -95,6 +95,8 @@ class CleanupUnusedClaimTask implements Runnable
//delete them
GriefPrevention.instance.dataStore.deleteClaimsForPlayer(claim.ownerID, true);
GriefPrevention.AddLogEntry(" All of " + claim.getOwnerName() + "'s claims have expired.", CustomLogEntryTypes.AdminActivity);
GriefPrevention.AddLogEntry("earliestPermissibleLastLogin#getTime: " + earliestPermissibleLastLogin.getTime(), CustomLogEntryTypes.Debug, true);
GriefPrevention.AddLogEntry("ownerInfo#getLastPlayed: " + ownerInfo.getLastPlayed(), CustomLogEntryTypes.Debug, true);
for (int i = 0; i < claims.size(); i++)
{