From d641365b3b8e3aac2c918c3a2bc10acfbd960813 Mon Sep 17 00:00:00 2001 From: ShinDarth Date: Sun, 21 Aug 2016 20:50:02 +0200 Subject: Script/Commands: fix all command permissions --- src/scripts/Commands/cs_message.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scripts/Commands/cs_message.cpp') diff --git a/src/scripts/Commands/cs_message.cpp b/src/scripts/Commands/cs_message.cpp index 6214a19653..15cd13a876 100644 --- a/src/scripts/Commands/cs_message.cpp +++ b/src/scripts/Commands/cs_message.cpp @@ -32,7 +32,7 @@ public: { "gmannounce", SEC_GAMEMASTER, true, &HandleGMAnnounceCommand, "" }, { "notify", SEC_GAMEMASTER, true, &HandleNotifyCommand, "" }, { "gmnotify", SEC_GAMEMASTER, true, &HandleGMNotifyCommand, "" }, - { "whispers", SEC_GAMEMASTER, false, &HandleWhispersCommand, "" } + { "whispers", SEC_MODERATOR, false, &HandleWhispersCommand, "" } }; return commandTable; } -- cgit v1.2.3