Add utime compat convar

This commit is contained in:
Redox 2022-07-06 19:46:51 +02:00
parent a3dbf280a0
commit 3a7204d7a3

View File

@ -3,6 +3,7 @@ Utime = {}
-- Addons like APromote rely on the utime_welcome convar existing for some reason?
CreateConVar( "utime_welcome", "1", FCVAR_ARCHIVE )
CreateConVar( "utime_enable", "1", FCVAR_ARCHIVE )
local logger = CFCTime.Logger
local plyMeta = FindMetaTable( "Player" )