forked from kyonshi/grenzland-mud
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:
@@ -244,7 +244,7 @@ void House_boot(void)
|
||||
|
||||
if (!(fl = fopen(HCONTROL_FILE, "rb"))) {
|
||||
if (errno == ENOENT)
|
||||
log(" House control file '%s' does not exist.", HCONTROL_FILE);
|
||||
log(" No houses to load. File '%s' does not exist.", HCONTROL_FILE);
|
||||
else
|
||||
perror("SYSERR: " HCONTROL_FILE);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user