maybe fix loading log channels
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 39s

This commit is contained in:
Lee
2024-07-04 03:40:12 +01:00
parent 3b3ea2b3cc
commit ece36f7f27
6 changed files with 50 additions and 10 deletions

View File

@ -63,9 +63,9 @@ public class BatUser extends ProfileHolder {
// User was not passed through
if (user == null) {
user = UserUtils.getUser(id);
this.user = user;
this.globalName = user.getGlobalName();
}
this.user = user;
this.globalName = user.getGlobalName();
}
/**