Code: Select all
-- Lua console
LUA_CONSOLE = function()
self:registerDialog(DebugConsole.new())
end,
Moderator: Moderator
Code: Select all
-- Lua console
LUA_CONSOLE = function()
self:registerDialog(DebugConsole.new())
end,
<DarkGod> lets say it's intended