Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Dec 11, 2024
1 parent ca00889 commit 1afbb6d
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions lgsm/modules/info_game.sh
Original file line number Diff line number Diff line change
Expand Up @@ -437,19 +437,18 @@ fn_info_game_dodr() {
# Filetype: ini
fn_info_game_dst() {
if [ -f "${servercfgfullpath}" ]; then
fn_info_game_ini "port" "server_port" "${servercfgfullpath}"
fn_info_game_ini "steamauthport" "authentication_port" "${servercfgfullpath}"
fn_info_game_ini "steamport" "master_server_port" "${servercfgfullpath}"
fn_info_game_ini "port" "server_port"
fn_info_game_ini "steamauthport" "authentication_port"
fn_info_game_ini "steamport" "master_server_port"
fi
if [ -f "${clustercfgfullpath}" ]; then
fn_info_game_ini "configip" "bind_ip" "${clustercfgfullpath}"
fn_info_game_ini "gamemode" "game_mode" "${clustercfgfullpath}"
fn_info_game_ini "masterport" "master_port" "${clustercfgfullpath}"
fn_info_game_ini "maxplayers" "max_players" "${clustercfgfullpath}"
fn_info_game_ini "servername" "cluster_name" "${clustercfgfullpath}"
fn_info_game_ini "serverpassword" "cluster_password" "${clustercfgfullpath}"
fn_info_game_ini "tickrate" "tick_rate" "${clustercfgfullpath}"

fn_info_game_ini "masterport" "master_port" "${clustercfgfullpath}"
fn_info_game_ini "gamemode" "game_mode" "${clustercfgfullpath}"
fn_info_game_ini "configip" "bind_ip" "${clustercfgfullpath}"
fi

cave="${cave:-"NOT SET"}"
Expand Down

0 comments on commit 1afbb6d

Please sign in to comment.