mirror of
https://github.com/TeamUlysses/utime.git
synced 2025-03-04 03:22:58 -05:00
Update sh_utime.lua
This commit is contained in:
parent
5431f7d55b
commit
bc58833e16
@ -12,7 +12,7 @@ function meta:GetUTime()
|
||||
end
|
||||
|
||||
function meta:SetUTime( num )
|
||||
self:GetNWFloat( "TotalUTime", num )
|
||||
self:SetNWFloat( "TotalUTime", num )
|
||||
end
|
||||
|
||||
function meta:GetUTimeStart()
|
||||
@ -20,7 +20,7 @@ function meta:GetUTimeStart()
|
||||
end
|
||||
|
||||
function meta:SetUTimeStart( num )
|
||||
self:GetNWFloat( "UTimeStart", num )
|
||||
self:SetNWFloat( "UTimeStart", num )
|
||||
end
|
||||
|
||||
function meta:GetUTimeSessionTime()
|
||||
|
Loading…
Reference in New Issue
Block a user