Browse Source

Merge pull request #1822 from GameServerManagers/hotfix/rust-182302

New fix for Rust
UltimateByte 8 năm trước cách đây
mục cha
commit
2acdcca007
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lgsm/functions/fix_rust.sh

+ 1 - 1
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"