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:
Regalis
2016-02-20 13:00:05 +02:00
parent c605adf879
commit 058a269ecb
16 changed files with 305 additions and 148 deletions
+1 -1
View File
@@ -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))
{