version 1.79 | | version 1.80 |
---|
| | |
/* | | /* |
* static char *rcsid_init_c = | | * static char *rcsid_init_c = |
* "$Id: init.c,v 1.79 2006/07/14 17:58:10 qal21 Exp $"; | | * "$Id: init.c,v 1.80 2006/08/05 09:57:00 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
| | |
} else if ( !strcasecmp( buf, "create_home_portals" ) ) { | | } else if ( !strcasecmp( buf, "create_home_portals" ) ) { |
if (!strcasecmp(cp, "on") || !strcasecmp(cp, "true")) { | | if (!strcasecmp(cp, "on") || !strcasecmp(cp, "true")) { |
settings.no_player_stealing = TRUE; | | settings.create_home_portals = TRUE; |
} else if (!strcasecmp(cp, "off") || !strcasecmp(cp, "false")) { | | } else if (!strcasecmp(cp, "off") || !strcasecmp(cp, "false")) { |
settings.create_home_portals = FALSE; | | settings.create_home_portals = FALSE; |
} else { | | } else { |