From 053ce115cf0da3d0aeff8997f3765124eda53912 Mon Sep 17 00:00:00 2001 From: MCJack123 Date: Mon, 22 Apr 2024 16:52:26 -0400 Subject: [PATCH] v2.8.2: Enabled updates --- src/util.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.hpp b/src/util.hpp index 81ded63e..1b906fdd 100644 --- a/src/util.hpp +++ b/src/util.hpp @@ -28,7 +28,7 @@ extern "C" { #define CRAFTOSPC_VERSION "v2.8.2" #define CRAFTOSPC_CC_VERSION "1.110.2" -#define CRAFTOSPC_INDEV true +#define CRAFTOSPC_INDEV false using path_t = std::filesystem::path; namespace fs = std::filesystem;