fix code that shouldnt have been commited yet pt2

This commit is contained in:
edshot99 2024-11-30 01:42:36 -06:00
parent e6098e4f5f
commit d195fab018

View File

@ -48,7 +48,7 @@ end
if SERVER then
function ulx.thirdperson(calling_ply)
calling_ply:RunConsoleCommand("thirdperson_toggle")
calling_ply:SendLua([[RunConsoleCommand("thirdperson_toggle")]])
end
local thirdperson = ulx.command("Utility", "ulx thirdperson", ulx.thirdperson, {"!3p", "!thirdperson"}, true)
thirdperson:defaultAccess(ULib.ACCESS_ALL)