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