mirror of
https://github.com/CFC-Servers/cfc_time.git
synced 2025-03-04 03:03:20 -05:00
remove session from GetUTimeTotalTime
This commit is contained in:
parent
747cd81911
commit
cefa14183c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user