Typo in "optionsof.txt"
This commit is contained in:
parent
26af3d15d8
commit
4442cf595f
1 changed files with 2 additions and 2 deletions
|
|
@ -158,9 +158,9 @@ public class Profiles {
|
|||
if (Files.exists(Paths.get(profile.toAbsolutePath() + "/sodium-options.json")))
|
||||
SodiumConfigLoader.load(sodiumConfigurationProfile);
|
||||
|
||||
// optifineof.txt
|
||||
// optionsof.txt
|
||||
if (Files.exists(Paths.get(profile.toAbsolutePath() + "/optionsof.txt")))
|
||||
loadOptionFile(profileName, "optifineof.txt");
|
||||
loadOptionFile(profileName, "optionsof.txt");
|
||||
}
|
||||
|
||||
public static void renameProfile(String profileName, String newProfileName) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue