Browse Source
Merge pull request #1822 from GameServerManagers/hotfix/rust-182302
New fix for Rust
pull/1824/head
UltimateByte
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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" |
|
|
|