mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-07-09 07:17:32 +00:00
Change default avatar source to Crafatar
This commit is contained in:
parent
0526e6fb31
commit
5f3a430652
@ -51,7 +51,7 @@ final class Settings {
|
||||
* 'https://crafatar.com/avatars/$UUID?size=25'
|
||||
* 'https://minotar.net/avatar/$NAME/25'
|
||||
*/
|
||||
$this->avatar_source = 'https://cravatar.eu/avatar/$UUID/25';
|
||||
$this->avatar_source = 'https://crafatar.com/avatars/$UUID?size=25';
|
||||
|
||||
// If enabled, names will be shown below avatars instead of being shown next to them.
|
||||
$this->avatar_names_below = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user