Control settings, more server settings, selecting character face
This commit is contained in:
@@ -173,6 +173,7 @@ namespace Barotrauma
|
||||
}
|
||||
return filePaths;
|
||||
}
|
||||
|
||||
public static void LoadAll(string folder)
|
||||
{
|
||||
if (!Directory.Exists(folder))
|
||||
@@ -189,6 +190,8 @@ namespace Barotrauma
|
||||
|
||||
string[] files = Directory.GetFiles(folder, "*.xml");
|
||||
|
||||
list.Clear();
|
||||
|
||||
foreach (string filePath in files)
|
||||
{
|
||||
ContentPackage package = new ContentPackage(filePath);
|
||||
|
||||
Reference in New Issue
Block a user