From 59eabf38d42e4ee858220a65824f756ee1ff0e09 Mon Sep 17 00:00:00 2001 From: tastybento Date: Sat, 21 Dec 2024 11:06:45 -0800 Subject: [PATCH] Change to use Mojang by default for head getting --- src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 84e8787f6..20e8b492e 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -93,7 +93,7 @@ panel: # Mojang API sometime may be slow and may limit requests to the player data, so this will allow to # get player heads a bit faster then Mojang API. # Added since 1.16.0. - use-cache-server: true + use-cache-server: false # Defines how long player skin texture link is stored into local cache before it is requested again. # Defined value is in the minutes. # Value 0 will not clear cache until server restart.