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:
SticklyMan 2013-01-27 18:24:59 -07:00
parent 0e83dff657
commit 53e5697dfa

View File

@ -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