Skip to content

Commit c62eb56

Browse files
committed
wip
1 parent 4a22b7d commit c62eb56

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

modules/Core/classes/Avatars/CraftheadMinecraftAvatarSource.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public function __construct() {
1616
'face' => 'helm',
1717
'head' => 'cube'
1818
];
19+
$this->_supports_usernames = true;
1920
}
2021

2122
public function getUrlToFormat(string $perspective): string {

modules/Core/queries/admin_users.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272
$obj = new stdClass();
7373
$obj->id = $result->id;
74-
$obj->username = "<img src='{$user->getAvatar(30)}' style='padding-right: 5px; max-height: 30px;'>" . Output::getClean($result->username) . "</img>";
74+
$obj->username = "<img src='{$user->getAvatar(64)}' style='padding-right: 5px; max-height: 30px;'>" . Output::getClean($result->username) . "</img>";
7575
$obj->joined = date(DATE_FORMAT, $result->joined);
7676

7777
// Get group

0 commit comments

Comments
 (0)