mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-03 06:57:39 +01:00
Fix usermap debug message not being debug
This commit is contained in:
parent
bb2df0b0a4
commit
cf43e643ed
@ -139,7 +139,9 @@ public class ModernUserMap extends CacheLoader<UUID, User> implements IUserMap {
|
||||
debugLogUncachedNonPlayer(base);
|
||||
user = new User(base, ess);
|
||||
} else if (!base.equals(user.getBase())) {
|
||||
if (ess.getSettings().isDebug()) {
|
||||
ess.getLogger().log(Level.INFO, "Essentials updated the underlying Player object for " + user.getUUID());
|
||||
}
|
||||
user.update(base);
|
||||
}
|
||||
uuidCache.updateCache(user.getUUID(), user.getName());
|
||||
|
Loading…
Reference in New Issue
Block a user