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

View File

@@ -748,6 +748,8 @@ namespace Barotrauma
DebugConsole.ThrowError("TutorialSub.sub not found!");
}
break;
case "testasd":
break;
default:
NewMessage("Command not found", Color.Red);