Conflicts:
	src/net/torvald/terrarum/virtualcomputer/computer/BaseTerrarumComputer.kt

Former-commit-id: 8d34d0d74fb8a8ed0075e74251234e53672ae62b
Former-commit-id: 5761c7d88ed9a80b5459fda83754e2a79b52dcf4
This commit is contained in:
Song Minjae
2016-09-26 12:34:49 +09:00

View File

@@ -106,7 +106,7 @@ class BaseTerrarumComputer(val term: Teletype? = null) {
// secure the sandbox
luaJ_globals["io"] = LuaValue.NIL
// dubug is sandboxed in OpenComputers code
// dubug should be sandboxed in BOOT.lua (use OpenComputers code)
//val sethook = luaJ_globals["debug"]["sethook"]
//luaJ_globals["debug"] = LuaValue.NIL