From 46f7578060ce4cf57b7eee30f7da6fbc47612191 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 5 Sep 2016 23:54:56 +0100 Subject: [PATCH] Blade Symphony glibc fix now works --- lgsm/functions/fix_glibc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lgsm/functions/fix_glibc.sh b/lgsm/functions/fix_glibc.sh index bff8e5f40..6408e3339 100644 --- a/lgsm/functions/fix_glibc.sh +++ b/lgsm/functions/fix_glibc.sh @@ -24,7 +24,7 @@ do fi done -local libc_servers_array=( "Black Mesa: Deathmatch" "Garry's Mod" "GoldenEye: Source" ) +local libc_servers_array=( "Black Mesa: Deathmatch" "Blade Symphony" "Garry's Mod" "GoldenEye: Source" ) for libc_server in "${libc_servers_array[@]}" do if [ "${gamename}" == "${libc_server}" ]; then @@ -32,7 +32,7 @@ do fi done -local libpthread_servers_array=( "Black Mesa: Deathmatch" "Garry's Mod" ) +local libpthread_servers_array=( "Black Mesa: Deathmatch" "Blade Symphony" "Garry's Mod" ) for libpthread_server in "${libpthread_servers_array[@]}" do if [ "${gamename}" == "${libpthread_server}" ]; then