mirror of
https://github.com/WiIIiam278/HuskSync.git
synced 2025-12-26 18:19:10 +00:00
Disable locked map syncing by default
This commit is contained in:
@@ -202,7 +202,7 @@ public class Settings {
|
||||
GAME_MODE(true),
|
||||
STATISTICS(true),
|
||||
PERSISTENT_DATA_CONTAINER(false),
|
||||
LOCKED_MAPS(true),
|
||||
LOCKED_MAPS(false),
|
||||
LOCATION(false);
|
||||
|
||||
private final boolean enabledByDefault;
|
||||
|
||||
Reference in New Issue
Block a user