mirror of
https://github.com/CFC-Servers/cfc_time.git
synced 2025-03-04 03:03:20 -05:00
HOTFIX: Apromote
This commit is contained in:
parent
6eae1ba998
commit
38d283adb1
@ -66,8 +66,8 @@ if SERVER then
|
||||
timeStruct:add( totalUtime )
|
||||
end )
|
||||
|
||||
hook.Add( "CFC_Time_PlayerTimeUpdated", "CFC_Time_UtimeCompat", function( ply, totalTime, joined )
|
||||
hook.Add( "CFC_Time_PlayerTimeUpdated", "CFC_Time_UtimeCompat", function( ply, totalTime )
|
||||
ply:SetNWFloat( "TotalUTime", totalTime )
|
||||
ply:SetNWFloat( "UTimeStart", joined )
|
||||
ply:SetNWFloat( "UTimeStart", CurTime() )
|
||||
end )
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user