[PR #302] [MERGED] Fix noclip #11190

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

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/302
Author: @dginovker
Created: 12/18/2019
Status: Merged
Merged: 12/18/2019
Merged by: @dginovker

Base: masterHead: more_packet_prevention


📝 Commits (2)

  • ab1070d Add bank area checks back since previously you could open a bank, and as long as you didn't open another interface you could abuse it
  • 77dc471 Fix noclip (NEEDS TESTING)

📊 Changes

11 files changed (+32 additions, -49 deletions)

View changed files

📝 2006Redone Server/src/com/rebotted/game/items/ItemAssistant.java (+2 -2)
📝 2006Redone Server/src/com/rebotted/game/players/Player.java (+2 -6)
📝 2006Redone Server/src/com/rebotted/game/players/PlayerAssistant.java (+6 -2)
📝 2006Redone Server/src/com/rebotted/game/players/PlayerHandler.java (+22 -39)
📝 CompiledServer/production/2006rebotted/com/rebotted/game/items/ItemAssistant.class (+0 -0)
📝 CompiledServer/production/2006rebotted/com/rebotted/game/players/Player$2.class (+0 -0)
📝 CompiledServer/production/2006rebotted/com/rebotted/game/players/Player$3.class (+0 -0)
📝 CompiledServer/production/2006rebotted/com/rebotted/game/players/Player$4.class (+0 -0)
📝 CompiledServer/production/2006rebotted/com/rebotted/game/players/Player.class (+0 -0)
📝 CompiledServer/production/2006rebotted/com/rebotted/game/players/PlayerAssistant.class (+0 -0)
📝 CompiledServer/production/2006rebotted/com/rebotted/game/players/PlayerHandler.class (+0 -0)

📄 Description

Closes #175


🔄 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/302 **Author:** [@dginovker](https://github.com/dginovker) **Created:** 12/18/2019 **Status:** ✅ Merged **Merged:** 12/18/2019 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `more_packet_prevention` --- ### 📝 Commits (2) - [`ab1070d`](https://github.com/2006-Scape/2006Scape/commit/ab1070d97454c1f713ea0981aed656af9e93a2ac) Add bank area checks back since previously you could open a bank, and as long as you didn't open another interface you could abuse it - [`77dc471`](https://github.com/2006-Scape/2006Scape/commit/77dc471c3c22741ead90d64ad06e1fc6f8320d20) Fix noclip (NEEDS TESTING) ### 📊 Changes **11 files changed** (+32 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `2006Redone Server/src/com/rebotted/game/items/ItemAssistant.java` (+2 -2) 📝 `2006Redone Server/src/com/rebotted/game/players/Player.java` (+2 -6) 📝 `2006Redone Server/src/com/rebotted/game/players/PlayerAssistant.java` (+6 -2) 📝 `2006Redone Server/src/com/rebotted/game/players/PlayerHandler.java` (+22 -39) 📝 `CompiledServer/production/2006rebotted/com/rebotted/game/items/ItemAssistant.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/com/rebotted/game/players/Player$2.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/com/rebotted/game/players/Player$3.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/com/rebotted/game/players/Player$4.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/com/rebotted/game/players/Player.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/com/rebotted/game/players/PlayerAssistant.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/com/rebotted/game/players/PlayerHandler.class` (+0 -0) </details> ### 📄 Description Closes #175 --- <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-06-04 12:21:46 +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#11190