Fixed Scorpion + Fixed chat when controlling monsters + Shameless plug ;)
This commit is contained in:
@@ -243,6 +243,7 @@ namespace Barotrauma.Networking
|
||||
if (radio == null || !sender.HasEquippedItem(radio)) return false;
|
||||
|
||||
var radioComponent = radio.GetComponent<WifiComponent>();
|
||||
if (radioComponent == null) return false;
|
||||
return radioComponent.HasRequiredContainedItems(false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user