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

Commit

Permalink
PlayerListScript2: Fixing random admin icon bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmargh committed Feb 26, 2015
1 parent 157e615 commit 48d47bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CoreScriptsRoot/CoreScripts/PlayerListScript2.lua
Expand Up @@ -251,6 +251,7 @@ local function getAdminIcon(player)
end)
if not success then
print("PlayerListScript2: getAdminIcon() failed because", result)
return nil
end
--
if result then
Expand Down

0 comments on commit 48d47bf

Please sign in to comment.