Browse Source

revert

pull/4716/head
Daniel Gibbs 8 months ago
parent
commit
1afbb6dcdb
  1. 13
      lgsm/modules/info_game.sh

13
lgsm/modules/info_game.sh

@ -437,19 +437,18 @@ fn_info_game_dodr() {
# Filetype: ini # Filetype: ini
fn_info_game_dst() { fn_info_game_dst() {
if [ -f "${servercfgfullpath}" ]; then if [ -f "${servercfgfullpath}" ]; then
fn_info_game_ini "port" "server_port" "${servercfgfullpath}" fn_info_game_ini "port" "server_port"
fn_info_game_ini "steamauthport" "authentication_port" "${servercfgfullpath}" fn_info_game_ini "steamauthport" "authentication_port"
fn_info_game_ini "steamport" "master_server_port" "${servercfgfullpath}" fn_info_game_ini "steamport" "master_server_port"
fi fi
if [ -f "${clustercfgfullpath}" ]; then 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 "maxplayers" "max_players" "${clustercfgfullpath}"
fn_info_game_ini "servername" "cluster_name" "${clustercfgfullpath}" fn_info_game_ini "servername" "cluster_name" "${clustercfgfullpath}"
fn_info_game_ini "serverpassword" "cluster_password" "${clustercfgfullpath}" fn_info_game_ini "serverpassword" "cluster_password" "${clustercfgfullpath}"
fn_info_game_ini "tickrate" "tick_rate" "${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 fi
cave="${cave:-"NOT SET"}" cave="${cave:-"NOT SET"}"

Loading…
Cancel
Save