types and sound editor entity

This commit is contained in:
2024-03-07 14:04:15 -05:00
parent 6000e80164
commit a6df78e64f
3 changed files with 37 additions and 29 deletions

View File

@@ -17,10 +17,8 @@ function Tags.constructor()
for n: number = 1, #AllTags do
local TagName = AllTags[n]
if TagName ~= "RopeMasterObject" and TagName ~= "ServerGuard_Physics" then
local Tagged = CS:GetTagged(TagName)
Exports[TagName] = #Tagged>1 and Tagged or Tagged[1]
end
local Tagged = CS:GetTagged(TagName)
Exports[TagName] = #Tagged>1 and Tagged or Tagged[1]
end
return setmetatable({
Exports = Exports