mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 06:23:26 +02:00
lua console and some changes
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
function createEmptyFunction()
|
||||
local emptyFunction = function() end
|
||||
return emptyFunction
|
||||
end
|
||||
|
||||
function print(...)
|
||||
local msg = ""
|
||||
for i,v in ipairs(arg) do
|
||||
msg = msg .. tostring(v) .. "\t"
|
||||
end
|
||||
Logger.log(LogInfo, msg)
|
||||
end
|
Reference in New Issue
Block a user