HOTFIX: Apromote

This commit is contained in:
Brandon Sturgeon 2020-08-31 05:32:54 -04:00
parent 6eae1ba998
commit 38d283adb1

View File

@ -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