mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-04 16:49:04 +00:00
Fixed stuff related to shop trading (#202)
> Refactored stuff to facilitate resolving an issue regarding sellnig item to a full shop > Removed double value message in shop
This commit is contained in:
@@ -391,6 +391,8 @@ public class Client extends Player {
|
||||
return food;
|
||||
}
|
||||
|
||||
public int TotalShopItems;
|
||||
|
||||
public void startCurrentTask(int ticksBetweenExecution, CycleEvent event) {
|
||||
endCurrentTask();
|
||||
currentTask = CycleEventHandler.getSingleton().addEvent(this, event, ticksBetweenExecution);
|
||||
|
||||
Reference in New Issue
Block a user