diff options
author | madmaxoft <github@xoft.cz> | 2014-06-09 20:00:17 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-06-09 20:00:17 +0200 |
commit | 9b5e852f753ae56597bb1c099d6e403d301ae531 (patch) | |
tree | 65afa1717d0f4ea41133cf74e91007b36e36cc4b /lib/tolua++/src/bin/lua | |
parent | ToLua can now be run in pure-lua mode. (diff) | |
download | cuberite-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 |
Diffstat (limited to 'lib/tolua++/src/bin/lua')
-rw-r--r-- | lib/tolua++/src/bin/lua/_driver.lua | 2 |
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: |