|
|
@@ -8,7 +8,7 @@ local commandname="FIX"
|
|
|
local commandaction="Fix"
|
|
|
local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
|
|
|
|
|
|
-local libstdc_servers_array=( "ARMA 3" "Blade Symphony" "Garry's Mod" "Just Cause 2" )
|
|
|
+local libstdc_servers_array=( "ARMA 3" "Blade Symphony" "Garry's Mod" "GoldenEye: Source" "Just Cause 2" )
|
|
|
for libstdc_server in "${libstdc_servers_array[@]}"
|
|
|
do
|
|
|
if [ "${gamename}" == "${libstdc_server}" ]; then
|
|
|
@@ -16,7 +16,7 @@ do
|
|
|
fi
|
|
|
done
|
|
|
|
|
|
-local libm_servers_array=( "Codename CURE" "Day of Infamy" "Double Action: Boogaloo" "Empires Mod" "Fistful of Frags" "Garry's Mod" "Insurgency" "Natural Selection 2" "NS2: Combat" "No More Room in Hell" )
|
|
|
+local libm_servers_array=( "Codename CURE" "Day of Infamy" "Double Action: Boogaloo" "Empires Mod" "Fistful of Frags" "Garry's Mod" "GoldenEye: Source" "Insurgency" "Natural Selection 2" "NS2: Combat" "No More Room in Hell" )
|
|
|
for libm_server in "${libm_servers_array[@]}"
|
|
|
do
|
|
|
if [ "${gamename}" == "${libm_server}" ]; then
|
|
|
@@ -24,7 +24,7 @@ do
|
|
|
fi
|
|
|
done
|
|
|
|
|
|
-local libc_servers_array=( "Garry's Mod" )
|
|
|
+local libc_servers_array=( "Garry's Mod" "GoldenEye: Source" )
|
|
|
for libc_server in "${libc_servers_array[@]}"
|
|
|
do
|
|
|
if [ "${gamename}" == "${libc_server}" ]; then
|