Unstable 0.17.1.0
This commit is contained in:
@@ -392,6 +392,10 @@ namespace Barotrauma
|
||||
public static void LoadVanillaFileList()
|
||||
{
|
||||
VanillaCorePackage = new CorePackage(XDocument.Load(VanillaFileList), VanillaFileList);
|
||||
foreach (string error in VanillaCorePackage.Errors)
|
||||
{
|
||||
DebugConsole.ThrowError(error);
|
||||
}
|
||||
}
|
||||
|
||||
public static IEnumerable<LoadProgress> Init()
|
||||
|
||||
Reference in New Issue
Block a user