1
0
Fork 0

Fixed error in webadmin home page

This commit is contained in:
STRWarrior 2015-05-02 19:16:25 +02:00
parent 9226bdbd4c
commit 63decbe4dc
1 changed files with 1 additions and 1 deletions

View File

@ -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
)