Moved cedit load_config of no_mort_to_immort to its proper place. --Rumble

This commit is contained in:
Rumble
2012-08-22 22:59:57 +00:00
parent c3b2beca7a
commit 5d7226fdf3
3 changed files with 5 additions and 3 deletions

View File

@@ -3935,8 +3935,6 @@ void load_config( void )
CONFIG_IDLE_RENT_TIME = num;
else if (!str_cmp(tag, "idle_max_level"))
CONFIG_IDLE_MAX_LEVEL = num;
else if (!str_cmp(tag, "no_mort_to_immort"))
CONFIG_NO_MORT_TO_IMMORT = num;
else if (!str_cmp(tag, "immort_start_room"))
CONFIG_IMMORTAL_START = num;
else if (!str_cmp(tag, "ibt_autosave"))
@@ -3996,6 +3994,8 @@ void load_config( void )
case 'n':
if (!str_cmp(tag, "nameserver_is_slow"))
CONFIG_NS_IS_SLOW = num;
else if (!str_cmp(tag, "no_mort_to_immort"))
CONFIG_NO_MORT_TO_IMMORT = num;
else if (!str_cmp(tag, "noperson")) {
char tmp[READ_SIZE];
if (CONFIG_NOPERSON)