forked from TeamUlysses/ulib
fix: Fix my inability to spell.
This commit is contained in:
parent
84840d3c55
commit
8e60e881fc
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user