From d25d956e0a8dd00f37516ba542b048fb2356e141 Mon Sep 17 00:00:00 2001 From: AnonymousHybi Date: Sat, 18 Aug 2018 17:48:50 +0100 Subject: [PATCH] Disables rust just to get the server online for now :v --- code/__defines/_compile_options.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__defines/_compile_options.dm b/code/__defines/_compile_options.dm index 10a6485c44..09e8f9903b 100644 --- a/code/__defines/_compile_options.dm +++ b/code/__defines/_compile_options.dm @@ -7,7 +7,7 @@ 2 for preloading absolutely everything; */ -#define RUST_G "rust_g" // If uncommented, we will use the rust-g (https://github.com/tgstation/rust-g) native library for fast +//#define RUST_G "rust_g" // If uncommented, we will use the rust-g (https://github.com/tgstation/rust-g) native library for fast // logging. This requires you to have the rust_g.dll or rust_g (renamed from librust_g.so) installed in the root folder or BYOND/bin // The define's value should be the name of library file.