- fixed launcher not resetting the "checking for updates" text if it fails to parse the updateinfo xml file

- fixed crashing if switching from wiring mode to character mode
- option to disable crew ai through the console
This commit is contained in:
Regalis
2016-03-16 17:35:11 +02:00
parent 6f312281bf
commit 804510b144
4 changed files with 38 additions and 5 deletions
+3 -1
View File
@@ -435,9 +435,11 @@ namespace Barotrauma
characterMode = !characterMode;
//button.Color = (characterMode) ? Color.Gold : Color.White;
if (characterMode)
{
if (wiringMode) ToggleWiringMode();
CreateDummyCharacter();
}
else if (dummyCharacter != null)