diff options
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index d5f86d8ff..eab110beb 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -898,7 +898,8 @@ int atcommand_config_read(const char *cfgName) { atcommand_config_read(w2); else if (strcmpi(w1, "command_symbol") == 0 && w2[0] > 31 && w2[0] != '/' && // symbol of standard ragnarok GM commands - w2[0] != '%') // symbol of party chat speaking + w2[0] != '%' && // symbol of party chat speaking + w2[0] != '#') // symbol of charcommand command_symbol = w2[0]; } fclose(fp); |