Skip to content

Commit

Permalink
v2.6: Enabled updates
Browse files Browse the repository at this point in the history
  • Loading branch information
MCJack123 committed Jul 12, 2021
1 parent 71362bb commit cb3e118
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions resources/CCT-Test-Bootstrap.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
if not debug then
config.set("debug_enable", true)
config.set("abortTimeout", 3000) -- to speed things up a bit
os.reboot()
end
config.set("abortTimeout", 3000) -- to speed things up a bit
config.add("http_blacklist", "$private")
if ... == "debugger" then
periphemu.create("left", "debugger")
Expand Down
2 changes: 1 addition & 1 deletion src/util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ extern "C" {

#define CRAFTOSPC_VERSION "v2.6"
#define CRAFTOSPC_CC_VERSION "1.97.0"
#define CRAFTOSPC_INDEV true
#define CRAFTOSPC_INDEV false

// for some reason Clang complains if this isn't present
#ifdef __clang__
Expand Down

0 comments on commit cb3e118

Please sign in to comment.