mirror of
https://github.com/Adorable-Catgirl/Zorya-NEO.git
synced 2024-11-14 22:38:07 +11:00
7 lines
114 B
Lua
7 lines
114 B
Lua
local cfgadd = ...
|
|
cfgadd([[
|
|
menu.add("Lua Console", function()
|
|
loadmod("util_luaconsole")()
|
|
end)
|
|
menu.draw()
|
|
]]) |