diff --git a/inc/settings.php b/inc/settings.php index 231a0be..1e17cb7 100644 --- a/inc/settings.php +++ b/inc/settings.php @@ -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;