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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user