mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-11-21 01:22:25 +00:00
feat: proper gminvs with ghosting (#1920)
* feat: proper gminvis ghosting * address feedback --------- Co-authored-by: David Markowitz <39972741+EmosewaMC@users.noreply.github.com>
This commit is contained in:
@@ -893,10 +893,10 @@ void SlashCommandHandler::Startup() {
|
||||
|
||||
Command GmInvisCommand{
|
||||
.help = "Toggles invisibility for the character",
|
||||
.info = "Toggles invisibility for the character, though it's currently a bit buggy. Requires nonzero GM Level for the character, but the account must have a GM level of 8",
|
||||
.info = "Toggles invisibility for the character, making them invisible to other players and lower GM levels",
|
||||
.aliases = { "gminvis" },
|
||||
.handle = GMGreaterThanZeroCommands::GmInvis,
|
||||
.requiredLevel = eGameMasterLevel::DEVELOPER
|
||||
.requiredLevel = eGameMasterLevel::FORUM_MODERATOR
|
||||
};
|
||||
RegisterCommand(GmInvisCommand);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user