OBT/1.2.1(Summer update)
Sync with upstream
This commit is contained in:
@@ -1179,6 +1179,7 @@ namespace Barotrauma
|
||||
NetWalletTransfer transfer = INetSerializableStruct.Read<NetWalletTransfer>(msg);
|
||||
|
||||
if (GameMain.Server is null) { return; }
|
||||
if (transfer.Amount <= 0) { return; }
|
||||
|
||||
if (transfer.Sender.TryUnwrap(out var id))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user