Change default avatar source to Crafatar

This commit is contained in:
ruan 2016-06-07 14:02:24 +02:00
parent 0526e6fb31
commit 5f3a430652

View File

@ -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;