mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-12-12 21:22:14 +00:00
Make EF use separate client and server config files
This commit is contained in:
parent
3e84d5696f
commit
88f7cf1994
1 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue