A
This commit is contained in:
parent
1424e84840
commit
dd24b7f341
6547 changed files with 44072 additions and 134 deletions
1
Unity Server Project/bin/.gitignore
vendored
1
Unity Server Project/bin/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
/fr/
|
|
@ -20,7 +20,7 @@ public class Settings {
|
|||
settings.put(f.getName(), new SettingsFile(f.getName(), path));
|
||||
}
|
||||
Log.println(Log.INFO, "Configuration files loaded");
|
||||
}
|
||||
}
|
||||
|
||||
public static String getValue(String filename,String dataname){
|
||||
return settings.get(filename).getValue(dataname);
|
||||
|
|
Reference in a new issue