Skip to content

Commit

Permalink
Move down the command security level
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyeriah committed Dec 18, 2024
1 parent d21b9b7 commit dba62f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cs_smartstone.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class smartstone_commandscript : public CommandScript
static ChatCommandTable smartstoneTable =
{
{ "unlock service", HandleSmartStoneUnlockServiceCommand, SEC_MODERATOR, Console::No},
{ "", HandleSmartStoneCommand, SEC_MODERATOR, Console::No },
{ "", HandleSmartStoneCommand, SEC_PLAYER, Console::No },
};

static ChatCommandTable commandTable =
Expand Down

0 comments on commit dba62f7

Please sign in to comment.