fix: Fixes gold trade exploit (#2205)

This commit is contained in:
Kamron Batman 2025-06-01 10:28:56 -10:00 committed by GitHub
parent 7fc98498e4
commit 35ff4023c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -158,6 +158,9 @@ public static class IncomingMobilePackets
trade.To.Plat = plat;
trade.UpdateToCurrency();
}
trade.From.Accepted = false;
trade.To.Accepted = false;
}
}
}