From 1b1767e9f4c20d1e20541968de98d00814f63247 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sat, 20 Aug 2016 09:49:37 +0200 Subject: Fix commands and starting to use nullptr instead of NULL --- src/scripts/Commands/cs_message.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (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 0782c5e360..6214a19653 100644 --- a/src/scripts/Commands/cs_message.cpp +++ b/src/scripts/Commands/cs_message.cpp @@ -32,8 +32,7 @@ public: { "gmannounce", SEC_GAMEMASTER, true, &HandleGMAnnounceCommand, "" }, { "notify", SEC_GAMEMASTER, true, &HandleNotifyCommand, "" }, { "gmnotify", SEC_GAMEMASTER, true, &HandleGMNotifyCommand, "" }, - { "whispers", SEC_GAMEMASTER, false, &HandleWhispersCommand, "" }, - { NULL, 0, false, NULL, "" } + { "whispers", SEC_GAMEMASTER, false, &HandleWhispersCommand, "" } }; return commandTable; } -- cgit v1.2.3