[PR #294] [MERGED] Random fixes 2 #2494

Closed
opened 2026-05-22 10:16:14 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/294
Author: @Gptaqbc
Created: 12/15/2019
Status: Merged
Merged: 12/16/2019
Merged by: @dginovker

Base: masterHead: Random-fixes---2


📝 Commits (2)

  • 7c3f564 Make ::update automatically restart server as well
  • 319f5e5 Added toggeable snow(only activable in december), added walking queue reset when using objects changing Z, made it so the wildy warning interface is appearing when entering in wildy

📊 Changes

6 files changed (+173 additions, -13 deletions)

View changed files

📝 2006Redone Server/src/com/rebotted/GameEngine.java (+1 -1)
📝 2006Redone Server/src/com/rebotted/game/objects/impl/Climbing.java (+134 -3)
📝 2006Redone Server/src/com/rebotted/game/players/Player.java (+16 -2)
📝 2006Redone Server/src/com/rebotted/game/players/PlayerHandler.java (+4 -0)
📝 2006Redone Server/src/com/rebotted/net/packets/impl/Commands.java (+18 -0)
📝 2006Redone Server/src/com/rebotted/net/packets/impl/Walking.java (+0 -7)

📄 Description

closes #276


🔄 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/294 **Author:** [@Gptaqbc](https://github.com/Gptaqbc) **Created:** 12/15/2019 **Status:** ✅ Merged **Merged:** 12/16/2019 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `Random-fixes---2` --- ### 📝 Commits (2) - [`7c3f564`](https://github.com/2006-Scape/2006Scape/commit/7c3f5645825faaccecf8262ea94ebdf43242de68) Make ::update automatically restart server as well - [`319f5e5`](https://github.com/2006-Scape/2006Scape/commit/319f5e59c7703cd08d4d01562242e10a64cb50a6) Added toggeable snow(only activable in december), added walking queue reset when using objects changing Z, made it so the wildy warning interface is appearing when entering in wildy ### 📊 Changes **6 files changed** (+173 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `2006Redone Server/src/com/rebotted/GameEngine.java` (+1 -1) 📝 `2006Redone Server/src/com/rebotted/game/objects/impl/Climbing.java` (+134 -3) 📝 `2006Redone Server/src/com/rebotted/game/players/Player.java` (+16 -2) 📝 `2006Redone Server/src/com/rebotted/game/players/PlayerHandler.java` (+4 -0) 📝 `2006Redone Server/src/com/rebotted/net/packets/impl/Commands.java` (+18 -0) 📝 `2006Redone Server/src/com/rebotted/net/packets/impl/Walking.java` (+0 -7) </details> ### 📄 Description closes #276 --- <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-22 10:16:14 +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#2494