Skip to content
This repository was archived by the owner on Jun 11, 2020. It is now read-only.

Commit 48d47bf

Browse files
committed
PlayerListScript2: Fixing random admin icon bug.
1 parent 157e615 commit 48d47bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CoreScriptsRoot/CoreScripts/PlayerListScript2.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ local function getAdminIcon(player)
251251
end)
252252
if not success then
253253
print("PlayerListScript2: getAdminIcon() failed because", result)
254+
return nil
254255
end
255256
--
256257
if result then

0 commit comments

Comments
 (0)