From 3c1ccf21d70f1d6803b9cc7a5c91197593cd0c5c Mon Sep 17 00:00:00 2001 From: johnoclockdk Date: Fri, 29 Oct 2021 16:14:25 +0200 Subject: [PATCH] fix queryport for Unturned --- lgsm/functions/info_game.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/info_game.sh b/lgsm/functions/info_game.sh index 106b1b4ee..29ca358a3 100644 --- a/lgsm/functions/info_game.sh +++ b/lgsm/functions/info_game.sh @@ -1943,7 +1943,7 @@ fn_info_game_ut(){ # Parameters port=${port:-"0"} - queryport=$((port+1)) + queryport=${queryport:-"0"} } fn_info_game_unreal2k4(){