mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-10-31 07:51:05 +01:00
show uuid in log messages if username is null
This commit is contained in:
parent
f43b9c96de
commit
4382d5c56d
@ -92,7 +92,7 @@ public class LogEntry implements Comparable<LogEntry> {
|
||||
return String.format(FORMAT,
|
||||
String.valueOf(actorName).equals("null") ? actor.toString() : actorName,
|
||||
Character.toString(type),
|
||||
actedName,
|
||||
String.valueOf(actedName).equals("null") && acted != null ? acted.toString() : actedName,
|
||||
action
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user