9
0
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:
William278
2022-11-15 18:29:37 +00:00
parent 945b65e1bc
commit c0709f82bd
4 changed files with 137 additions and 2 deletions

View File

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