forked from TeamUlysses/ulib
Updated XGUI targeting to utilize ULib's ID Targeting system.
You should now be able to ban any player through the gui (Fixes #142).
This commit is contained in:
parent
0e83dff657
commit
53e5697dfa
@ -318,7 +318,6 @@ function ULib.getUser( target, enable_keywords, ply )
|
||||
nameMatch = player
|
||||
end
|
||||
|
||||
print( plyMatch, nameMatch )
|
||||
if plyMatch and nameMatch then -- Already have one
|
||||
return false, "Found multiple targets! Please choose a better string for the target. (EG, the whole name)"
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user