Allow admin to disable explore mode

Some public servers want to disable explore mode, so
make it configurable in sysconf.
This commit is contained in:
Pasi Kallinen
2015-03-31 18:14:10 +03:00
parent 8ee2d5976e
commit ca80675d59
8 changed files with 27 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ sys_early_init()
#endif
sysopt.env_dbgfl = 0; /* haven't checked getenv("DEBUGFILES") yet */
sysopt.shellers = NULL;
sysopt.explorers = NULL;
sysopt.maxplayers = 0; /* XXX eventually replace MAX_NR_OF_PLAYERS */
/* record file */