mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[GH-ISSUE #158] Canoe station is fully working but there is not message saying you don't have an axe to use it. #11652
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/158
@Gptaqbc commented on GitHub (Nov 10, 2019):
In Woodcutting.java
Add:
else
{
player.getActionSender().sendMessage("You need an axe to use the canoe station.");
}
At line 138.
At this else to the if that checks if you have required level and any of the axes.
@Gptaqbc commented on GitHub (Nov 10, 2019):
I've got that fixed. Will push some day.