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"