From 1074ab064eac2dfe97ad1e097ea3688a32e91858 Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Fri, 23 Feb 2018 19:19:18 +0100 Subject: [PATCH] New fix for Rust Fixes #1817 #1813 Tested Working on Debian 9; cannot be worst than nothing for other distro. --- lgsm/functions/fix_rust.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/fix_rust.sh b/lgsm/functions/fix_rust.sh index 13f7fbdb0..ea41a65f9 100644 --- a/lgsm/functions/fix_rust.sh +++ b/lgsm/functions/fix_rust.sh @@ -8,4 +8,4 @@ local commandname="FIX" local commandaction="Fix" # Fixes: [Raknet] Server Shutting Down (Shutting Down) -export LD_LIBRARY_PATH="${systemdir}/RustDedicated_Data/Plugins/x86_64" +export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${systemdir}/RustDedicated_Data/Plugins/x86_64"