mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-22 05:27:19 +00:00
Update SlashCommandHandler.cpp
This commit is contained in:
parent
29279899b7
commit
ca002c9f40
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user