Skip to content

Commit

Permalink
feat(CS): ignore new chatcommand functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Winfidonarleyan committed Oct 22, 2021
1 parent 7487995 commit 1f9c874
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/mod-as-platform/src/AZTH_SC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
#include "MapMgr.h"
#include "ExtraDatabase.h"

#if AC_COMPILER == AC_COMPILER_GNU
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#endif

using namespace Acore::ChatCommands;

enum AZTHLanguage
{
LANG_AZTH_NO_INFO_ARENA_JOINED = 7000, //[AZTH]
Expand Down

0 comments on commit 1f9c874

Please sign in to comment.