Lang: get-from-config tags

This commit is contained in:
minjaesong
2024-03-15 01:45:35 +09:00
parent c0a8118717
commit b0adc9efc7
5 changed files with 62 additions and 16 deletions

View File

@@ -1726,7 +1726,7 @@ public class App implements ApplicationListener {
return DefaultConfig.INSTANCE.getHashMap();
}
private static Object getConfigMaster(String key1) {
public static Object getConfigMaster(String key1) {
String key = key1.toLowerCase();
Object config;