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