1
0
Fork 0

Fixed debugging code in tolua++ driver script.

This commit is contained in:
madmaxoft 2014-06-09 20:00:17 +02:00
parent 02b509b81d
commit 9b5e852f75
1 changed files with 1 additions and 1 deletions

View File

@ -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: