fix: Fixes gold trade exploit (clearing checks properly) (#2207)

This commit is contained in:
Kamron Batman 2025-06-01 10:38:28 -10:00 committed by GitHub
parent 7695174bcc
commit 78e2e24fcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -159,8 +159,7 @@ public static class IncomingMobilePackets
trade.UpdateToCurrency();
}
trade.From.Accepted = false;
trade.To.Accepted = false;
cont.ClearChecks();
}
}
}