Fixed error in webadmin home page
This commit is contained in:
parent
9226bdbd4c
commit
63decbe4dc
@ -40,7 +40,7 @@ function GetDefaultPage()
|
||||
|
||||
cRoot:Get():ForEachPlayer(
|
||||
function(a_CBPlayer)
|
||||
Content = Content .. "<li>" .. Player:GetName() .. "</li>"
|
||||
Content = Content .. "<li>" .. a_CBPlayer:GetName() .. "</li>"
|
||||
end
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user