This commit is contained in:
SticklyMan 2015-05-31 20:22:27 -06:00
commit 7be994f805

View File

@ -906,6 +906,8 @@ end
-- Note that this function is hooked into "PlayerAuthed", below.
local function setupBot( ply )
if not ply or not ply:IsValid() then return end
if not ucl.authed[ ply:UniqueID() ] then
ply:SetUserGroup( ULib.ACCESS_ALL, true ) -- Give it a group!
ucl.probe( ply )