Update scoreboard.lua

This commit is contained in:
Physics-Dude 2021-07-02 11:08:54 -04:00 committed by GitHub
parent d8f90ffdf7
commit 499f182e8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ function PANEL:Init()
self.lblHealth:SetText( "Health" )
self.lblHours = vgui.Create( "DLabel", self )
self.lblHours:SetText( "Time Connected" )
self.lblHours:SetText( "Total Time Connected" )
self.lblTeam = vgui.Create( "DLabel", self )
self.lblTeam:SetText( "Rank" )