mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 12:04:55 +02:00
Minor fixes
* Fix auto openning channels with id 0 (guild chats) * Minor fix in print * Fix use of items behind creatures with classic control * Fix teleports of 1sqm
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
function print(...)
|
||||
local msg = ""
|
||||
for i,v in ipairs({...}) do
|
||||
msg = msg .. tostring(v) .. "\t"
|
||||
msg = msg .. tostring(v) .. " "
|
||||
end
|
||||
g_logger.log(LogInfo, msg)
|
||||
end
|
||||
|
Reference in New Issue
Block a user