Browse Source

bug(monitor): fix quake2 and query not working (#2538)

pull/2541/head
Daniel Gibbs 6 years ago
committed by GitHub
parent
commit
28eea326ff
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      lgsm/functions/info_parms.sh

1
lgsm/functions/info_parms.sh

@ -94,6 +94,7 @@ fn_info_parms_quakeworld(){
fn_info_parms_quake2(){
port=${port:-"0"}
queryport=${port}
defaultmap=${defaultmap:-"NOT SET"}
}

Loading…
Cancel
Save