diff --git a/src/util.hpp b/src/util.hpp index aca0ae08..d4492a23 100644 --- a/src/util.hpp +++ b/src/util.hpp @@ -28,7 +28,7 @@ extern "C" { #define CRAFTOSPC_VERSION "v2.8" #define CRAFTOSPC_CC_VERSION "1.109.2" -#define CRAFTOSPC_INDEV true +#define CRAFTOSPC_INDEV false using path_t = std::filesystem::path; namespace fs = std::filesystem;