Skip to content

Commit

Permalink
Change version number
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Dec 22, 2023
1 parent 3cfd8d5 commit a9c37b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions binary/dlls/agglobal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
void AgInitTimer();

#ifdef AG_NO_CLIENT_DLL
DLL_GLOBAL cvar_t ag_version = { "sv_aura_version","2.1", FCVAR_SERVER };
DLL_GLOBAL cvar_t ag_version = { "sv_aura_version","2.2", FCVAR_SERVER };
#else
DLL_GLOBAL cvar_t ag_version = { "sv_aura_version","2.1", FCVAR_SERVER };
DLL_GLOBAL cvar_t ag_version = { "sv_aura_version","2.2", FCVAR_SERVER };
#endif

DLL_GLOBAL cvar_t ag_gamemode = { "sv_aura_gamemode","ffa", FCVAR_SERVER }; //The current gamemode
Expand Down

0 comments on commit a9c37b6

Please sign in to comment.