diff --git a/gamemode/modules/base/sh_util.lua b/gamemode/modules/base/sh_util.lua index 27261971b..75b5cef98 100644 --- a/gamemode/modules/base/sh_util.lua +++ b/gamemode/modules/base/sh_util.lua @@ -114,7 +114,7 @@ function DarkRP.findPlayers(info) continue end - local stringPlayerInfo = string.lower(tostring(PlayerInfo)) + local stringPlayerInfo = string.lower(PlayerInfo) for _, v in ipairs(pls) do -- Prevent duplicates if found[v] then continue end