summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-06-09 20:00:17 +0200
committermadmaxoft <github@xoft.cz>2014-06-09 20:00:17 +0200
commit9b5e852f753ae56597bb1c099d6e403d301ae531 (patch)
tree65afa1717d0f4ea41133cf74e91007b36e36cc4b
parentToLua can now be run in pure-lua mode. (diff)
downloadcuberite-9b5e852f753ae56597bb1c099d6e403d301ae531.tar
cuberite-9b5e852f753ae56597bb1c099d6e403d301ae531.tar.gz
cuberite-9b5e852f753ae56597bb1c099d6e403d301ae531.tar.bz2
cuberite-9b5e852f753ae56597bb1c099d6e403d301ae531.tar.lz
cuberite-9b5e852f753ae56597bb1c099d6e403d301ae531.tar.xz
cuberite-9b5e852f753ae56597bb1c099d6e403d301ae531.tar.zst
cuberite-9b5e852f753ae56597bb1c099d6e403d301ae531.zip
-rw-r--r--lib/tolua++/src/bin/lua/_driver.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tolua++/src/bin/lua/_driver.lua b/lib/tolua++/src/bin/lua/_driver.lua
index ec07573cb..21db96098 100644
--- a/lib/tolua++/src/bin/lua/_driver.lua
+++ b/lib/tolua++/src/bin/lua/_driver.lua
@@ -1,6 +1,6 @@
-- Allow debugging by ZBS, if run under the IDE:
-local mobdebugfound, mobdebug = pcall(require, "blamobdebug")
+local mobdebugfound, mobdebug = pcall(require, "mobdebug")
if mobdebugfound then mobdebug.start() end
-- The list of valid arguments that the ToLua scripts can process: