mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 21:25:52 +12:00
Fix Trading bug and Mods Revenge.
This commit is contained in:
parent
5fedb7841d
commit
b5ae6946a9
2 changed files with 8 additions and 3 deletions
|
@ -4671,7 +4671,8 @@ namespace HISP.Server
|
|||
|
||||
// Cancel Trades
|
||||
if (loggedInUser.TradingWith != null)
|
||||
loggedInUser.TradingWith.CancelTradeMoved();
|
||||
if((loggedInUser.TradingWith.Trader.X != loggedInUser.X) && (loggedInUser.TradingWith.Trader.Y != loggedInUser.Y))
|
||||
loggedInUser.TradingWith.CancelTradeMoved();
|
||||
loggedInUser.PendingBuddyRequestTo = null;
|
||||
|
||||
// Close Social Windows
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue