mirror of
https://github.com/SpaxscE/LunasFlightSchool.git
synced 2025-03-04 03:13:27 -05:00
fix zoom
This commit is contained in:
parent
6036ccecd5
commit
a7ae9469f0
@ -2,7 +2,7 @@
|
||||
simfphys = istable( simfphys ) and simfphys or {}
|
||||
simfphys.LFS = istable( simfphys.LFS ) and simfphys.LFS or {}
|
||||
|
||||
simfphys.LFS.VERSION = 322
|
||||
simfphys.LFS.VERSION = 323
|
||||
simfphys.LFS.VERSION_TYPE = ".GIT"
|
||||
|
||||
local KEYS = {}
|
||||
|
@ -56,6 +56,8 @@ ENT.MaintenanceRepairAmount = 250
|
||||
|
||||
ENT.SpawnNormalOffset = 50
|
||||
|
||||
ENT.lvsDisableZoom = false
|
||||
|
||||
function ENT:SetupDataTables()
|
||||
self:CreateBaseDT()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user