mirror of
https://github.com/CFC-Servers/cfc_time.git
synced 2025-03-04 03:03:20 -05:00
Rename hook
This commit is contained in:
parent
7dcde26ef1
commit
74d0d1d56a
@ -85,7 +85,7 @@ if SERVER then
|
||||
ply:SetNWFloat( "CFC_UTime_Compat_SessionStart", CurTime() )
|
||||
end )
|
||||
|
||||
hook.Add( "CFC_Time_PlayerTimeUpdated", "CFC_Time_UtimeCompat", function( ply, totalTime )
|
||||
hook.Add( "CFC_Time_PlayerInitialTime", "CFC_Time_UtimeCompat", function( ply, totalTime )
|
||||
ply:SetNWFloat( "TotalUTime", totalTime )
|
||||
end )
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user