mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 00:58:35 +00:00
chore(CS): ignore new chatcommand functions
This commit is contained in:
@@ -20,6 +20,12 @@
|
|||||||
#include "Configuration/Config.h"
|
#include "Configuration/Config.h"
|
||||||
#include "Player.h"
|
#include "Player.h"
|
||||||
|
|
||||||
|
#if AC_COMPILER == AC_COMPILER_GNU
|
||||||
|
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
using namespace Acore::ChatCommands;
|
||||||
|
|
||||||
class anticheat_commandscript : public CommandScript
|
class anticheat_commandscript : public CommandScript
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user