mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-21 20:25:51 +12:00
Fix bugs and more bugs
This commit is contained in:
parent
14f9a5b379
commit
26d24c1113
5 changed files with 59 additions and 15 deletions
|
@ -181,11 +181,15 @@ namespace HISP.Player
|
|||
return;
|
||||
|
||||
cancelTrade:;
|
||||
InteruptTrade();
|
||||
return;
|
||||
|
||||
}
|
||||
public void InteruptTrade()
|
||||
{
|
||||
byte[] tradeCanceled = PacketBuilder.CreateChat(Messages.TradeCanceledInterupted, PacketBuilder.CHAT_BOTTOM_RIGHT);
|
||||
Trader.LoggedinClient.SendPacket(tradeCanceled);
|
||||
endTrade();
|
||||
return;
|
||||
|
||||
}
|
||||
public void AcceptTrade()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue