chore(CS): ignore new chatcommand functions

This commit is contained in:
Winfidonarleyan
2021-10-23 00:32:37 +07:00
parent 9e5098b1e7
commit 5ae7d3dbc2

View File

@@ -20,6 +20,12 @@
#include "Configuration/Config.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
{
public: