Unstable fixes

This commit is contained in:
EvilFactory
2022-12-09 18:30:36 -03:00
parent 90c3cef977
commit c739ea3952
8 changed files with 11 additions and 15 deletions
@@ -100,7 +100,7 @@ namespace Barotrauma.Networking
if (canUse != null)
{
return should.Value;
return canUse.Value;
}
if (recipientRadio.CanReceive(senderRadio)) { return true; }