fix: Fix my inability to spell.

This commit is contained in:
Joshua Piper 2021-06-25 18:31:19 +01:00
parent 84840d3c55
commit 8e60e881fc

View File

@ -203,7 +203,7 @@ function ULib.getUsers( target, enable_keywords, ply )
end end
end end
elseif piece:sub( 1, 1 ) == "@" then elseif piece:sub( 1, 1 ) == "@" then
if #peice == 1 then if #piece == 1 then
if IsValid( ply ) then if IsValid( ply ) then
local player = ULib.getPicker( ply ) local player = ULib.getPicker( ply )
if player then if player then
@ -211,7 +211,7 @@ function ULib.getUsers( target, enable_keywords, ply )
end end
end end
else else
local teamNameOrId = peice:sub( 2 ) local teamNameOrId = piece:sub( 2 )
local teamId = tonumber( teamNameOrId ) local teamId = tonumber( teamNameOrId )
if teamId then if teamId then