Skip to content

Commit

Permalink
Remove redundant toString
Browse files Browse the repository at this point in the history
  • Loading branch information
FPtje committed Mar 16, 2024
1 parent fd1003a commit ccc8871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gamemode/modules/base/sh_util.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccc8871

Please sign in to comment.