mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-20 02:21:44 +01:00
A couple small tweaks to ProtocolOutput()
This commit is contained in:
1
src/db.c
1
src/db.c
@@ -3965,7 +3965,6 @@ void load_config( void )
|
||||
strncpy(buf, "Reading menu in load_config()", sizeof(buf));
|
||||
CONFIG_MENU = fread_string(fl, buf);
|
||||
parse_at(CONFIG_MENU);
|
||||
parse_at(CONFIG_MENU);
|
||||
} else if (!str_cmp(tag, "min_rent_cost"))
|
||||
CONFIG_MIN_RENT_COST = num;
|
||||
else if (!str_cmp(tag, "min_wizlist_lev"))
|
||||
|
||||
Reference in New Issue
Block a user