diff options
Diffstat (limited to 'src/menu.c')
| -rw-r--r-- | src/menu.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -72,6 +72,8 @@ exec_cmd: if(best_command >= 0) { + if(batch_mode) + output("\n"); commands[best_command].handler(player); output("\n"); } |