From ca002c9f405885d37a247bb28897d7d3384ae6c1 Mon Sep 17 00:00:00 2001 From: David Markowitz Date: Thu, 4 Apr 2024 05:22:33 -0700 Subject: [PATCH] Update SlashCommandHandler.cpp --- dGame/dUtilities/SlashCommandHandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dGame/dUtilities/SlashCommandHandler.cpp b/dGame/dUtilities/SlashCommandHandler.cpp index 13fe5107..c7b7b052 100644 --- a/dGame/dUtilities/SlashCommandHandler.cpp +++ b/dGame/dUtilities/SlashCommandHandler.cpp @@ -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