Case-sensitivity checks on Windows

Should prevent "TigerThresher" from happening again.
This commit is contained in:
juanjp600
2016-11-10 21:45:59 -03:00
parent b4515367f2
commit 0e9c20c666
5 changed files with 53 additions and 1 deletions
+1
View File
@@ -973,6 +973,7 @@ namespace Barotrauma
{
try
{
ToolBox.IsProperFilenameCase(file);
doc = XDocument.Load(file);
}