From cda31958faa12fbe1d80f39d919abe4134696398 Mon Sep 17 00:00:00 2001 From: Mor gyN Date: Fri, 8 Dec 2023 16:06:25 +0000 Subject: [PATCH] Changed compiler to oxide's new compiler --- start_rust.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_rust.sh b/start_rust.sh index ca757e6..bdd2e29 100755 --- a/start_rust.sh +++ b/start_rust.sh @@ -101,7 +101,7 @@ fi if [ "$RUST_OXIDE_ENABLED" = "1" ]; then # Next check if Oxide doesn't' exist, or if we want to always update it INSTALL_OXIDE="0" - if [ ! -f "/steamcmd/rust/CSharpCompiler.x86_x64" ]; then + if [ ! -f "/steamcmd/rust/Oxide.Compiler" ]; then INSTALL_OXIDE="1" fi if [ "$RUST_OXIDE_UPDATE_ON_BOOT" = "1" ]; then