More easily readable netstats (B/kB/MB instead of just B), scrollable netstats client list, possible to wear multiple items in same limb, handcuffs
This commit is contained in:
@@ -71,7 +71,7 @@ namespace Barotrauma
|
||||
//listBox.Select(selection);
|
||||
Character character = selection as Character;
|
||||
|
||||
if (character == null) return false;
|
||||
if (character == null || character.IsDead) return false;
|
||||
|
||||
if (characters.Contains(character))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user