fixed the display error in cedit when toggle scripts on players

This commit is contained in:
Fizban 2009-01-15 21:53:51 +00:00
parent 07cd06dcb9
commit bc7ab33a02

View file

@ -956,7 +956,7 @@ void cedit_parse(struct descriptor_data *d, char *arg)
return;
case '7':
TOGGLE_VAR(OLC_CONFIG(d)->play.script_players);
return;
break;
case 'q':
case 'Q':