From 5f3a430652920af487e6a6200421b2795f3e12d1 Mon Sep 17 00:00:00 2001 From: ruan Date: Tue, 7 Jun 2016 14:02:24 +0200 Subject: [PATCH] Change default avatar source to Crafatar --- inc/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;