[PR #77] [MERGED] Fix unreachable code block #5865

Closed
opened 2026-05-28 12:20:57 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/77
Author: @RedSparr0w
Created: 10/22/2019
Status: Merged
Merged: 10/22/2019
Merged by: @dginovker

Base: masterHead: patch-1


📝 Commits (1)

  • b01b079 Fix unreachable code block

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 2006Redone Server/src/redone/game/content/skills/runecrafting/Runecrafting.java (+3 -3)

📄 Description

This if function was unreachable beforehand, modified the code to use it.
amount2 > 0 && amount > 0


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/2006-Scape/2006Scape/pull/77 **Author:** [@RedSparr0w](https://github.com/RedSparr0w) **Created:** 10/22/2019 **Status:** ✅ Merged **Merged:** 10/22/2019 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`b01b079`](https://github.com/2006-Scape/2006Scape/commit/b01b079d8a567eb6c8a21580c9eeaae6cb15e395) Fix unreachable code block ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `2006Redone Server/src/redone/game/content/skills/runecrafting/Runecrafting.java` (+3 -3) </details> ### 📄 Description This if function was unreachable beforehand, modified the code to use it. `amount2 > 0 && amount > 0` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Dark98 added the pull-request label 2026-05-28 12:20:57 +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#5865