mirror of
https://github.com/WiIIiam278/HuskSync.git
synced 2025-12-27 10:39:11 +00:00
Add the ability to synchronise/persist locked maps cross-server, close #14
This commit is contained in:
@@ -180,7 +180,8 @@ public class Settings {
|
||||
GAME_MODE(true),
|
||||
STATISTICS(true),
|
||||
PERSISTENT_DATA_CONTAINER(false),
|
||||
LOCATION(false);
|
||||
LOCATION(false),
|
||||
LOCKED_MAPS(true);
|
||||
|
||||
private final boolean enabledByDefault;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user