diff options
Diffstat (limited to 'src/map/script.c')
-rw-r--r-- | src/map/script.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/script.c b/src/map/script.c index cfb909370..0aa92003a 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -6040,7 +6040,7 @@ BUILDIN_FUNC(strcharinfo) script_pushconststr(st,""); break; default: - ShowWarning("buildin_strcharinfo: unknown parameter."); + ShowWarning("buildin_strcharinfo: unknown parameter.\n"); script_pushconststr(st,""); break; } @@ -10851,7 +10851,7 @@ BUILDIN_FUNC(charcommand) } if (*cmd != charcommand_symbol) { - ShowWarning("script: buildin_charcommand: No '#' symbol!"); + ShowWarning("script: buildin_charcommand: No '#' symbol!\n"); script_reportsrc(st); return 1; } |