mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-10 02:08:20 +00:00
Update SlashCommandHandler.cpp
This commit is contained in:
parent
01ab936dbb
commit
cc274adf6c
@ -174,7 +174,7 @@ void SlashCommandHandler::Startup() {
|
||||
Command KillCommand{
|
||||
.help = "Smash a user",
|
||||
.info = "Smashes the character whom the given user is playing",
|
||||
.aliases = { "kill", "tsc" },
|
||||
.aliases = { "kill" },
|
||||
.handle = DEVGMCommands::Kill,
|
||||
.requiredLevel = eGameMasterLevel::DEVELOPER
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user