mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-20 16:06:10 +01:00
fixed the display error in cedit when toggle scripts on players
This commit is contained in:
parent
07cd06dcb9
commit
bc7ab33a02
1 changed files with 1 additions and 1 deletions
|
|
@ -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':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue