diff options
Diffstat (limited to 'char-server')
-rwxr-xr-x | char-server | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/char-server b/char-server index 9b508cbb..3f3598f3 100755 --- a/char-server +++ b/char-server @@ -1,5 +1,6 @@ #!/bin/bash echo -e '\e[5;7;31mPlease update your build of TMWA, then use ./run-all\e[m' >& 2 +echo -e 'Or if you want output in separate TTYs, cd world then tmwa-char' >& 2 sleep 10 cd world && exec char-server |