mirror of
https://github.com/CapsAdmin/pac3.git
synced 2025-03-04 03:03:01 -05:00
Remove trailing whitespaces
This commit is contained in:
parent
d8ce811e00
commit
653f33c579
@ -353,7 +353,7 @@ do
|
||||
end
|
||||
end
|
||||
|
||||
if showInEditor:GetInt() == 1 then
|
||||
if showInEditor:GetInt() == 1 then
|
||||
local pos_3d = ply:NearestPoint(ply:EyePos() + up) + Vector(0,0,5)
|
||||
local alpha = math.Clamp(pos_3d:Distance(EyePos()) * -1 + 500, 0, 500)/500
|
||||
if alpha > 0 then
|
||||
|
@ -30,7 +30,7 @@ function pacx.PartToContraptionData(part, tbl)
|
||||
|
||||
local size = part:GetSize()
|
||||
data.scale = part:GetScale()*size
|
||||
|
||||
|
||||
data.id = part.UniqueID
|
||||
|
||||
table.insert(tbl, data)
|
||||
|
Loading…
Reference in New Issue
Block a user