mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-01 02:20:17 +01:00
tbaMUD 3.54
[Oct 13 2007] - Rumble Updated World, Help, News, Socials, and src for tbaMUD3.54rc. Fixed bug where toggling syslog enabled brief. (thanks Rhade) Added zone 11.
This commit is contained in:
parent
0b3748b07a
commit
0cf7b69493
11 changed files with 3578 additions and 6 deletions
1
src/db.c
1
src/db.c
|
|
@ -3428,7 +3428,6 @@ void load_config( void )
|
|||
snprintf(buf, sizeof(buf), "%s/%s", DFLT_DIR, CONFIG_CONFFILE);
|
||||
if ( !(fl = fopen(CONFIG_CONFFILE, "r")) && !(fl = fopen(buf, "r")) ) {
|
||||
snprintf(buf, sizeof(buf), "No %s file, using defaults", CONFIG_CONFFILE);
|
||||
perror(buf);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue