remove session from GetUTimeTotalTime

This commit is contained in:
plally 2021-02-08 21:04:04 -05:00 committed by pierce
parent 747cd81911
commit cefa14183c

View File

@ -21,9 +21,8 @@ end
function plyMeta:GetUTimeTotalTime()
local total = self:GetNWFloat( "CFC_Time_TotalTime", 0 )
local session = self:GetNWFloat( "CFC_Time_SessionDuration", 0 )
return total - session
return total
end
if SERVER then