Skip to content

Commit

Permalink
fix queryport for Unturned
Browse files Browse the repository at this point in the history
  • Loading branch information
johnoclockdk committed Oct 29, 2021
1 parent dd3d9f1 commit 3c1ccf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lgsm/functions/info_game.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1943,7 +1943,7 @@ fn_info_game_ut(){

# Parameters
port=${port:-"0"}
queryport=$((port+1))
queryport=${queryport:-"0"}
}

fn_info_game_unreal2k4(){
Expand Down

0 comments on commit 3c1ccf2

Please sign in to comment.