mirror of
https://github.com/Suiranoil/SkinRestorer.git
synced 2026-01-16 04:42:12 +00:00
make refreshSkinOnJoin config option enabled by default
This commit is contained in:
@@ -14,7 +14,7 @@ public final class Config {
|
||||
|
||||
private String language = "en_us";
|
||||
|
||||
private boolean refreshSkinOnJoin = false;
|
||||
private boolean refreshSkinOnJoin = true;
|
||||
|
||||
private boolean fetchSkinOnFirstJoin = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user