mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[GH-ISSUE #156] Trading issue "Other player is busy at the moment" #772
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Gptaqbc on GitHub (Nov 10, 2019).
Original GitHub issue: https://github.com/2006-Scape/2006Scape/issues/156
The message "Other player is busy at the moment" shows in chat when trying to trade a player in some context. I think if a player traded someone, the player can't trade another player because there is a var that isn't set properly after the initial trade.
@Gptaqbc commented on GitHub (Nov 15, 2019):
Changing this line(65) in Trading.java:
for this one:
Should fix the issue. Gotta try it to know if it works correctly though.