mirror of
https://github.com/SpaxscE/LunasFlightSchool.git
synced 2025-03-04 03:13:27 -05:00
move this to shared
This commit is contained in:
parent
5e35023e00
commit
1c9d9e4e51
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user