This commit is contained in:
Luna 2023-12-28 16:47:05 +01:00
parent 6036ccecd5
commit a7ae9469f0
2 changed files with 3 additions and 1 deletions

View File

@ -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 = {}

View File

@ -56,6 +56,8 @@ ENT.MaintenanceRepairAmount = 250
ENT.SpawnNormalOffset = 50
ENT.lvsDisableZoom = false
function ENT:SetupDataTables()
self:CreateBaseDT()