Fixes #72 (Thanks @hopkinskong!)

This commit is contained in:
Nayruden 2012-11-19 20:55:25 -05:00
parent 3a3dfb40a0
commit f97039f40a

View File

@ -51,7 +51,7 @@ function ulx.exec( calling_ply, config )
return
end
ULib.execFile( "cfg/" .. config, true )
ULib.execFile( "cfg/" .. config, "GAME" )
ulx.fancyLogAdmin( calling_ply, "#A executed file #s", config )
end
local exec = ulx.command( CATEGORY_NAME, "ulx exec", ulx.exec )