9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-26 02:19:19 +00:00
Will fix soon when I have time
This commit is contained in:
Dreeam
2025-05-11 17:54:56 -04:00
parent 130b55d7d4
commit af016b1178
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ public class Cache extends ConfigModules {
return EnumConfigCategory.MISC.getBaseKeyName() + ".cache";
}
public static boolean cachePlayerProfileResult = true;
public static boolean cachePlayerProfileResult = false;
public static int cachePlayerProfileResultTimeout = 1440;
@Override