forked from public-mirrors/HuskSync
Relocate DummySettings
parent
593c88c8ba
commit
50e66be0c0
@ -1,17 +0,0 @@
|
||||
package net.william278.husksync.config;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
public class DummySettings extends Settings {
|
||||
private DummySettings(@NotNull Map<ConfigOption, Object> settings) {
|
||||
super(settings);
|
||||
}
|
||||
|
||||
public static DummySettings get() {
|
||||
return new DummySettings(Map.of(
|
||||
ConfigOption.SYNCHRONIZATION_SAVE_DEAD_PLAYER_INVENTORIES, true
|
||||
));
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue