diff options
Diffstat (limited to 'map-server')
-rwxr-xr-x | map-server | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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/map && exec map-server |