Fix incorrect RM config location
While I might wish it was `configs`, the world (forge) has settled on `config`.
This commit is contained in:
@@ -33,7 +33,7 @@ import static com.replaymod.core.versions.MCVer.*;
|
|||||||
public class SettingsRegistry {
|
public class SettingsRegistry {
|
||||||
private Map<SettingKey<?>, Object> settings = new ConcurrentHashMap<>();
|
private Map<SettingKey<?>, Object> settings = new ConcurrentHashMap<>();
|
||||||
//#if MC>=11400
|
//#if MC>=11400
|
||||||
private final Path configFile = getMinecraft().runDirectory.toPath().resolve("configs/replaymod.json");
|
private final Path configFile = getMinecraft().runDirectory.toPath().resolve("config/replaymod.json");
|
||||||
//#else
|
//#else
|
||||||
//$$ private static final Object NULL_OBJECT = new Object();
|
//$$ private static final Object NULL_OBJECT = new Object();
|
||||||
//#if MC>=11300
|
//#if MC>=11300
|
||||||
|
|||||||
Reference in New Issue
Block a user