From f9dcedccec46d6f83b38f1f4e2ef4b7f8a3d6773 Mon Sep 17 00:00:00 2001 From: Claiyc Date: Fri, 29 Oct 2021 16:21:42 +0200 Subject: [PATCH] fix typo --- lgsm/functions/info_game.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lgsm/functions/info_game.sh b/lgsm/functions/info_game.sh index de61acaf9..da7f58d27 100644 --- a/lgsm/functions/info_game.sh +++ b/lgsm/functions/info_game.sh @@ -1562,8 +1562,8 @@ fn_info_game_sf(){ # Parameters servername=${selfname:-"NOT SET"} port=${port:-"0"} - queryport=${$queryport:-"0"} - beaconport=${$beaconport:-"0"} + queryport=${queryport:-"0"} + beaconport=${beaconport:-"0"} } fn_info_game_sof2(){