mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #650] Fixed dueling NPE #12417
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?
📋 Pull Request Information
Original PR: https://github.com/2006-Scape/2006Scape/pull/650
Author: @ipkpjersi
Created: 12/31/2023
Status: 🔄 Open
Base:
master← Head:fix-dueling-npe📝 Commits (2)
295af8fFixed dueling NPE4548d5aAdded bounds check📊 Changes
2 files changed (+2 additions, -2 deletions)
View changed files
📝
2006Scape Server/src/main/java/com/rs2/net/packets/impl/AttackPlayer.java(+1 -1)📝
2006Scape Server/src/main/java/com/rs2/net/packets/impl/ChallengePlayer.java(+1 -1)📄 Description
Why was this null? Right clicking player and sending duel request via "Challenge" option produces an NPE, because packet is null, but ChallengePlayer checks packet.getOpcode() value without checking if packet is null first. Dueling, sending a challenge, etc all that still works fine even with an NPE but why have an NPE in the first place?
This closes #639 but is it correct?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.