Browse Source

fix typo

pull/3653/head
Claiyc 4 years ago
parent
commit
f9dcedccec
  1. 4
      lgsm/functions/info_game.sh

4
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(){

Loading…
Cancel
Save