fix: Fixes gold trade exploit (clearing checks properly) (#2207)
This commit is contained in:
parent
7695174bcc
commit
78e2e24fcd
1 changed files with 1 additions and 2 deletions
|
|
@ -159,8 +159,7 @@ public static class IncomingMobilePackets
|
||||||
trade.UpdateToCurrency();
|
trade.UpdateToCurrency();
|
||||||
}
|
}
|
||||||
|
|
||||||
trade.From.Accepted = false;
|
cont.ClearChecks();
|
||||||
trade.To.Accepted = false;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue