[PR #420] Mining Fixes | Yell Command Fix #13059

Open
opened 2026-06-06 12:21:59 +00:00 by Dark98 · 0 comments
Owner

Original Pull Request: https://github.com/2006-Scape/2006Scape/pull/420

State: closed
Merged: Yes


Description

Mining

  • Fixed Mining Pickaxes: When using a mith pickaxe it showed it using addy and vise versa.
  • Added Mining Sounds.

Commands

  • Fixed Yell Command: It was originally using playerCommand.substring(5) which would return index out of bounds. (Changed to argument[0].
**Original Pull Request:** https://github.com/2006-Scape/2006Scape/pull/420 **State:** closed **Merged:** Yes --- ### Description **Mining** - Fixed Mining Pickaxes: When using a mith pickaxe it showed it using addy and vise versa. - Added Mining Sounds. **Commands** - Fixed Yell Command: It was originally using playerCommand.substring(5) which would return index out of bounds. (Changed to argument[0].
Dark98 added the pull-request label 2026-06-06 12:21:59 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#13059