Skip to content

Commit

Permalink
Remove /rq as an alias for /ragequit
Browse files Browse the repository at this point in the history
As this shortcut doesn't describe the command and is commonly used to troll new players. Server owners can add an alias for the command if they still wish to allow /rq
  • Loading branch information
Goodlyay committed Jun 27, 2024
1 parent d9eafea commit 96ebcf2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MCGalaxy/Commands/other/QuitCmds.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ namespace MCGalaxy.Commands.Misc
public sealed class CmdRagequit : Command2
{
public override string name { get { return "RageQuit"; } }
public override string shortcut { get { return "rq"; } }
public override string type { get { return CommandTypes.Other; } }
public override bool MessageBlockRestricted { get { return true; } }
public override bool SuperUseable { get { return false; } }
Expand Down

0 comments on commit 96ebcf2

Please sign in to comment.