Update SlashCommandHandler.cpp

This commit is contained in:
David Markowitz 2024-04-04 05:22:33 -07:00
parent 29279899b7
commit ca002c9f40

View File

@ -150,8 +150,8 @@ void SlashCommandHandler::Startup() {
RegisterCommand(SetGMLevelCommand);
Command ToggleNameplateCommand{
.help = "Toggle the visibility of your nameplate",
.info = "Turns the nameplate above your head that is visible to other players off and on",
.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. This must be enabled by a server admin to be used.",
.aliases = { "togglenameplate", "tnp" },
.handle = DEVGMCommands::ToggleNameplate,
.requiredLevel = eGameMasterLevel::CIVILIAN