Browse Source

bug

pull/3739/head
Daniel Gibbs 2 years ago
parent
commit
5e9263f235
  1. 7
      lgsm/modules/info_game.sh

7
lgsm/modules/info_game.sh

@ -905,13 +905,6 @@ fn_info_game_ct(){
fi
}
fn_info_game_dodr(){
# Config
if [ ! -f "${servercfgfullpath}" ]; then
maxplayers="${zero}"
else
maxplayers=$(sed -nr 's/^iServerMaxPlayers=(.*)$/\1/p' "${servercfgfullpath}")
# Config Type: con
# Parameters: true
# Comment: # or //

Loading…
Cancel
Save