- 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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user