Skip to content

Commit

Permalink
Make EF use separate client and server config files
Browse files Browse the repository at this point in the history
  • Loading branch information
zturtleman committed Jun 25, 2015
1 parent 3e84d56 commit 88f7cf1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion code/qcommon/qcommon.h
Expand Up @@ -637,7 +637,11 @@ issues.
#define MAX_FILE_HANDLES 64

#ifdef ELITEFORCE
#define Q3CONFIG_CFG "hmconfig.cfg"
#ifdef DEDICATED
# define Q3CONFIG_CFG "hmconfig_server.cfg"
#else
# define Q3CONFIG_CFG "hmconfig.cfg"
#endif
#else
#ifdef DEDICATED
# define Q3CONFIG_CFG "q3config_server.cfg"
Expand Down

0 comments on commit 88f7cf1

Please sign in to comment.