mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-03 19:15:44 +00:00
Show UUID in trackUUID debug message.
This commit is contained in:
parent
2215b0f53f
commit
95ff197910
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ public class UserMap extends CacheLoader<String, User> implements IConf
|
|||
{
|
||||
if (ess.getSettings().isDebug())
|
||||
{
|
||||
ess.getLogger().info("Found old UUID for " + name + ". Not adding to usermap.");
|
||||
ess.getLogger().info("Found old UUID for " + name + " (" + uuid.toString() + "). Not adding to usermap.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue