- sub list in the main menu is refreshed when MainMenuScreen is selected (-> downloaded and newly created subs appear in the list)
- fixed "editing menu" not disappearing after an entity is removed in the editor - debugconsole textbox is automatically selected when opening the console - clearing the current gamesession if returning to main menu using the console
This commit is contained in:
@@ -346,6 +346,11 @@ namespace Barotrauma
|
||||
|
||||
mapEntityList.Remove(this);
|
||||
|
||||
if (selectedList.Contains(this))
|
||||
{
|
||||
selectedList.Remove(this);
|
||||
}
|
||||
|
||||
if (aiTarget != null) aiTarget.Remove();
|
||||
|
||||
if (linkedTo != null)
|
||||
|
||||
Reference in New Issue
Block a user