1
0
mirror of https://github.com/Suiranoil/SkinRestorer.git synced 2026-01-16 04:42:12 +00:00

fix null exception

This commit is contained in:
2024-12-02 03:32:06 +03:00
parent a35a64c017
commit 374137bc47

View File

@@ -16,6 +16,7 @@ public class MineskinProviderConfig implements BuiltInProviderConfig, GsonPostPr
this.enabled = true;
this.name = MineskinSkinProvider.PROVIDER_NAME;
this.cache = DEFAULT_CACHE_VALUE;
this.apiKey = "";
}
public boolean enabled() {