move this to shared

This commit is contained in:
Luna 2023-12-11 11:12:06 +01:00
parent 5e35023e00
commit 1c9d9e4e51

View File

@ -84,10 +84,14 @@ function ENT:SetupDataTables()
if not IsValid( self ) then return end
self:SetlvsReady( true )
self.LFS = true
end )
end
timer.Simple( 1, function()
if not IsValid( self ) then return end
self.LFS = true
end )
end
function ENT:GetlfsLockedStatus()