[PR #633] [MERGED] Misc Changes #4834

Closed
opened 2026-05-26 12:22:03 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/633
Author: @Dark98
Created: 3/8/2023
Status: Merged
Merged: 3/20/2023
Merged by: @Dark98

Base: masterHead: changez


📝 Commits (6)

  • 4547ef2 Fix Weight Calculation For Add/Remove Item In ItemAssistant
  • 394f3db Re-Add Simple Stuck Command That Logs To Discord To Prevent Abuse
  • 874ea48 Update Discord Log Chanel Var
  • af95e76 Fix int/interface Command
  • 791a1fb Add World ID Check To DiscordBot Link Command
  • 39ea68b Fix Java Warnings in DiscordBot Link Command

📊 Changes

6 files changed (+24 additions, -15 deletions)

View changed files

📝 2006Scape Server/src/main/java/com/rs2/game/items/ItemAssistant.java (+4 -4)
📝 2006Scape Server/src/main/java/com/rs2/game/items/Weight.java (+4 -4)
📝 2006Scape Server/src/main/java/com/rs2/game/shops/ShopAssistant.java (+0 -3)
📝 2006Scape Server/src/main/java/com/rs2/integrations/discord/JavaCord.java (+1 -0)
📝 2006Scape Server/src/main/java/com/rs2/integrations/discord/commands/Link.java (+7 -3)
📝 2006Scape Server/src/main/java/com/rs2/net/packets/impl/Commands.java (+8 -1)

📄 Description

*Fix Weight Calculation For Add/Remove Item In ItemAssistant
*Re-Add Simple Stuck Command That Logs To Discord To Prevent Abuse
*Fix int/interface Command
*Add World ID Check To DiscordBot Link Command


🔄 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/633 **Author:** [@Dark98](https://github.com/Dark98) **Created:** 3/8/2023 **Status:** ✅ Merged **Merged:** 3/20/2023 **Merged by:** [@Dark98](https://github.com/Dark98) **Base:** `master` ← **Head:** `changez` --- ### 📝 Commits (6) - [`4547ef2`](https://github.com/2006-Scape/2006Scape/commit/4547ef26388deb708eb9c0171a09814ceb4cb288) Fix Weight Calculation For Add/Remove Item In ItemAssistant - [`394f3db`](https://github.com/2006-Scape/2006Scape/commit/394f3db44062b8c6766ee6e29c70032f66d12fa0) Re-Add Simple Stuck Command That Logs To Discord To Prevent Abuse - [`874ea48`](https://github.com/2006-Scape/2006Scape/commit/874ea4822d4d12011d677270343b1587d94c602c) Update Discord Log Chanel Var - [`af95e76`](https://github.com/2006-Scape/2006Scape/commit/af95e760e704550c01a675b7002dd9ad1b378941) Fix int/interface Command - [`791a1fb`](https://github.com/2006-Scape/2006Scape/commit/791a1fb26562f09e892d68d1bb5f99c11b757332) Add World ID Check To DiscordBot Link Command - [`39ea68b`](https://github.com/2006-Scape/2006Scape/commit/39ea68b71528dcbfa2423fcffb9bc2a2ba85e35c) Fix Java Warnings in DiscordBot Link Command ### 📊 Changes **6 files changed** (+24 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `2006Scape Server/src/main/java/com/rs2/game/items/ItemAssistant.java` (+4 -4) 📝 `2006Scape Server/src/main/java/com/rs2/game/items/Weight.java` (+4 -4) 📝 `2006Scape Server/src/main/java/com/rs2/game/shops/ShopAssistant.java` (+0 -3) 📝 `2006Scape Server/src/main/java/com/rs2/integrations/discord/JavaCord.java` (+1 -0) 📝 `2006Scape Server/src/main/java/com/rs2/integrations/discord/commands/Link.java` (+7 -3) 📝 `2006Scape Server/src/main/java/com/rs2/net/packets/impl/Commands.java` (+8 -1) </details> ### 📄 Description *[Fix Weight Calculation For Add/Remove Item In ItemAssistant](https://github.com/2006-Scape/2006Scape/commit/4547ef26388deb708eb9c0171a09814ceb4cb288) *[Re-Add Simple Stuck Command That Logs To Discord To Prevent Abuse](https://github.com/2006-Scape/2006Scape/commit/394f3db44062b8c6766ee6e29c70032f66d12fa0) *[Fix int/interface Command](https://github.com/2006-Scape/2006Scape/pull/633/commits/af95e760e704550c01a675b7002dd9ad1b378941) *[Add World ID Check To DiscordBot Link Command](https://github.com/2006-Scape/2006Scape/pull/633/commits/791a1fb26562f09e892d68d1bb5f99c11b757332) --- <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-26 12:22:03 +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#4834