From 5fee5224351f4e29cd23271e2fbc6f96fcb37434 Mon Sep 17 00:00:00 2001 From: MCJack123 Date: Sat, 11 Dec 2021 17:38:23 -0500 Subject: [PATCH] v2.6.3: Enabled updates --- src/util.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.hpp b/src/util.hpp index 72f8582d..55aab0c2 100644 --- a/src/util.hpp +++ b/src/util.hpp @@ -27,7 +27,7 @@ extern "C" { #define CRAFTOSPC_VERSION "v2.6.3" #define CRAFTOSPC_CC_VERSION "1.99.1" -#define CRAFTOSPC_INDEV true +#define CRAFTOSPC_INDEV false // for some reason Clang complains if this isn't present #ifdef __clang__