Fix function declaration

This commit is contained in:
Jordan Irwin 2021-05-27 22:56:49 -07:00
parent 06827893fb
commit a589077307

@ -3,7 +3,7 @@ wconfig = {}
wconfig.modname = core.get_current_modname()
wconfig.modpath = core.get_modpath(wconfig.modname)
wconfig.log(lvl, msg)
function wconfig.log(lvl, msg)
if not msg then
msg = lvl
lvl = nil