fixed the display error in cedit when toggle scripts on players
This commit is contained in:
@@ -956,7 +956,7 @@ void cedit_parse(struct descriptor_data *d, char *arg)
|
|||||||
return;
|
return;
|
||||||
case '7':
|
case '7':
|
||||||
TOGGLE_VAR(OLC_CONFIG(d)->play.script_players);
|
TOGGLE_VAR(OLC_CONFIG(d)->play.script_players);
|
||||||
return;
|
break;
|
||||||
|
|
||||||
case 'q':
|
case 'q':
|
||||||
case 'Q':
|
case 'Q':
|
||||||
|
|||||||
Reference in New Issue
Block a user