Unstable v0.19.1.0
This commit is contained in:
@@ -197,6 +197,10 @@ namespace Barotrauma
|
||||
return;
|
||||
}
|
||||
character.SelectedItem = null;
|
||||
if (character.SelectedSecondaryItem != null && !character.SelectedSecondaryItem.IsLadder)
|
||||
{
|
||||
character.SelectedSecondaryItem = null;
|
||||
}
|
||||
if (Target is Entity e)
|
||||
{
|
||||
if (e.Removed)
|
||||
|
||||
Reference in New Issue
Block a user