Removes a debug statement. Fixes #32.

This commit is contained in:
Marcus Whybrow 2012-06-28 12:01:03 +01:00
parent 609b0e73e5
commit 3d9303d269

View File

@ -1962,8 +1962,6 @@ server_world_init() {
# $1: The id of the server to laod
server_load_config() {
local name value
echo "server: ${SERVER_NAME[$1]}"
if [[ -f "${SERVER_CONF[$1]}" ]]; then
while read line; do