Unstable 0.1400.7.0 (Coronavirus edition)
This commit is contained in:
@@ -404,6 +404,8 @@ namespace Barotrauma
|
||||
{
|
||||
var vanillaSubs = vanilla.GetFilesOfType(ContentType.Submarine)
|
||||
.Concat(vanilla.GetFilesOfType(ContentType.Wreck))
|
||||
.Concat(vanilla.GetFilesOfType(ContentType.BeaconStation))
|
||||
.Concat(vanilla.GetFilesOfType(ContentType.EnemySubmarine))
|
||||
.Concat(vanilla.GetFilesOfType(ContentType.Outpost))
|
||||
.Concat(vanilla.GetFilesOfType(ContentType.OutpostModule));
|
||||
string pathToCompare = FilePath.Replace(@"\", @"/").ToLowerInvariant();
|
||||
|
||||
Reference in New Issue
Block a user