mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-22 16:41:46 +03:00
[FIX] Имена конфигов LauncherModuleLoader
This commit is contained in:
parent
98b096dff5
commit
924f3dd958
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ public Path getModuleConfig(String moduleName) {
|
|||
|
||||
@Override
|
||||
public Path getModuleConfig(String moduleName, String configName) {
|
||||
return getModuleConfigDir(moduleName).resolve(moduleName.concat(configName.concat(".json")));
|
||||
return getModuleConfigDir(moduleName).resolve(configName.concat(".json"));
|
||||
}
|
||||
|
||||
public Path getModuleConfigDir(String moduleName) {
|
||||
|
|
Loading…
Reference in a new issue