mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-25 23:17:28 +00:00
Update SlashCommandHandler.cpp
This commit is contained in:
parent
29279899b7
commit
ca002c9f40
@ -150,8 +150,8 @@ void SlashCommandHandler::Startup() {
|
|||||||
RegisterCommand(SetGMLevelCommand);
|
RegisterCommand(SetGMLevelCommand);
|
||||||
|
|
||||||
Command ToggleNameplateCommand{
|
Command ToggleNameplateCommand{
|
||||||
.help = "Toggle the visibility of your nameplate",
|
.help = "Toggle the visibility of your nameplate. This must be enabled by a server admin to be used.",
|
||||||
.info = "Turns the nameplate above your head that is visible to other players off and on",
|
.info = "Turns the nameplate above your head that is visible to other players off and on. This must be enabled by a server admin to be used.",
|
||||||
.aliases = { "togglenameplate", "tnp" },
|
.aliases = { "togglenameplate", "tnp" },
|
||||||
.handle = DEVGMCommands::ToggleNameplate,
|
.handle = DEVGMCommands::ToggleNameplate,
|
||||||
.requiredLevel = eGameMasterLevel::CIVILIAN
|
.requiredLevel = eGameMasterLevel::CIVILIAN
|
||||||
|
Loading…
Reference in New Issue
Block a user