fix: Fixes gold trade exploit (#2205)
This commit is contained in:
parent
7fc98498e4
commit
35ff4023c3
1 changed files with 3 additions and 0 deletions
|
|
@ -158,6 +158,9 @@ public static class IncomingMobilePackets
|
|||
trade.To.Plat = plat;
|
||||
trade.UpdateToCurrency();
|
||||
}
|
||||
|
||||
trade.From.Accepted = false;
|
||||
trade.To.Accepted = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue