forked from 2009Scape/Server
Spending points to cancel your slayer task no longer sets your task streak to 0.
This commit is contained in:
parent
f6b09ddb4d
commit
68e20fb8f7
2 changed files with 2 additions and 2 deletions
|
|
@ -66,7 +66,6 @@ public class SlayerRewardPlugin extends ComponentPlugin {
|
|||
}
|
||||
if (purchase(player, 30)) {
|
||||
player.getSlayer().clear();
|
||||
player.getSlayer().setTaskCount(0);
|
||||
player.sendMessage("You have canceled your current task.");
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue