Skip to content

Commit

Permalink
Fix sv_ag_gamemode_auto not working
Browse files Browse the repository at this point in the history
  • Loading branch information
fireblizzard authored and sabianroberts committed Sep 11, 2024
1 parent 4364f1b commit 267ffec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions binary/dlls/gamerules.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ AgGameRules* InstallGameRules(void)
sprintf(szCommand, "exec %s\n", servercfgfile);
SERVER_COMMAND(szCommand);
}
CVar::StopRecordingServerChanges();

#ifndef AG_NO_CLIENT_DLL
//Detect CTF maps.
Expand Down

0 comments on commit 267ffec

Please sign in to comment.