Skip to content

Commit

Permalink
Stop forcing CTF + DOM
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Dec 29, 2023
1 parent 10d4689 commit e6c13ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions binary/dlls/gamerules.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ AgGameRules* InstallGameRules(void)



#ifndef AG_NO_CLIENT_DLL
/*#ifndef AG_NO_CLIENT_DLL
//Detect CTF maps.
if (AgIsCTFMap(STRING(gpGlobals->mapname)))
{
Expand All @@ -453,7 +453,7 @@ AgGameRules* InstallGameRules(void)
if (sGametype != "dom")
CVAR_SET_STRING("sv_aura_gamemode", "dom");
}
#endif
#endif*/

//Execute my rules just before allocating what class to use.
//This ensures that all is set correctly. Server.cfg can override my vars with no trouble.
Expand Down

0 comments on commit e6c13ac

Please sign in to comment.