9
0
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:
William
2023-01-03 11:56:47 +00:00
parent 9019181208
commit 9900b44858

View File

@@ -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;