mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #154] [MERGED] Add kick command, and force logout function #1748
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/154
Author: @RedSparr0w
Created: 11/10/2019
Status: ✅ Merged
Merged: 11/10/2019
Merged by: @dginovker
Base:
master← Head:master📝 Commits (5)
0e1e079Fix local Parabot instructions8c8428eMerge remote-tracking branch 'upstream/master'484d5d6Merge remote-tracking branch 'upstream/master'21a379eMerge remote-tracking branch 'upstream/master'30a4a7aAdd kick command, and force logout function📊 Changes
8 files changed (+32 additions, -6 deletions)
View changed files
📝
2006Redone Server/src/redone/game/players/Client.java(+7 -3)📝
2006Redone Server/src/redone/net/packets/impl/Commands.java(+25 -3)📝
CompiledServer/production/2006rebotted/redone/game/players/Client$1.class(+0 -0)📝
CompiledServer/production/2006rebotted/redone/game/players/Client$2.class(+0 -0)📝
CompiledServer/production/2006rebotted/redone/game/players/Client$3.class(+0 -0)📝
CompiledServer/production/2006rebotted/redone/game/players/Client$4.class(+0 -0)📝
CompiledServer/production/2006rebotted/redone/game/players/Client.class(+0 -0)📝
CompiledServer/production/2006rebotted/redone/net/packets/impl/Commands.class(+0 -0)📄 Description
Add
::kick playerNamecommand for moderatorsAdded force logout function, as otherwise players could not be disconnected when in combat.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.