Selecting an item with no ItemContainer component doesn't prevent equipping/unequipping items by double clicking, added missing "gamescreen" console command
This commit is contained in:
@@ -206,7 +206,7 @@ namespace Barotrauma
|
||||
|
||||
commands.Add(new Command("gamescreen|game", "gamescreen/game: Go to the \"in-game\" view.", (string[] args) =>
|
||||
{
|
||||
|
||||
GameMain.GameScreen.Select();
|
||||
}));
|
||||
|
||||
commands.Add(new Command("editsubscreen|editsub|subeditor", "editsub/subeditor: Switch to the submarine editor.", (string[] args) =>
|
||||
|
||||
Reference in New Issue
Block a user