From 01991a6eae810ba577f6630ec2e69486a208f615 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 22 Jul 2015 22:33:30 +0100 Subject: [PATCH] corrected gameworld bug --- functions/fn_details | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/fn_details b/functions/fn_details index 2bd5b748b..b8724bd86 100644 --- a/functions/fn_details +++ b/functions/fn_details @@ -95,7 +95,7 @@ fi # game world if [ -n "${gameworld}" ]; then - echo -e "\e[34mGame world:\t\e[0m${gamemode}" >> .fn_details_gameserver + echo -e "\e[34mGame world:\t\e[0m${gameworld}" >> .fn_details_gameserver fi # tick rate