Daniel Gibbs
3 years ago
No known key found for this signature in database
GPG Key ID: 7CA38B43F78F12FE
1 changed files with
1 additions and
1 deletions
-
lgsm/modules/info_game.sh
|
|
@ -68,7 +68,7 @@ fn_info_game_sqf() { |
|
|
|
if [ -n "${3}" ]; then |
|
|
|
servercfgfullpath="${3}" |
|
|
|
fi |
|
|
|
eval "${1}"="$(sed -n "s/\(${2}\)\s*=.*/\1/p;q" "${servercfgfullpath}")" |
|
|
|
eval "${1}"="$(sed -n "/^[^/]*${2} = \"\(.*\)\";/{s//\1/;p;q;}" "${servercfgfullpath}")" |
|
|
|
} |
|
|
|
|
|
|
|
# Config Type: XML |
|
|
|