mirror of
https://github.com/daveth/makespherical.git
synced 2025-03-04 03:12:59 -05:00
remove debug print
This commit is contained in:
parent
987f3fea9c
commit
e60c446941
@ -137,7 +137,6 @@ if SERVER then
|
|||||||
|
|
||||||
data.radius = radius
|
data.radius = radius
|
||||||
ent.noradius = data.noradius
|
ent.noradius = data.noradius
|
||||||
PrintTable(data)
|
|
||||||
duplicator.StoreEntityModifier( ent, "MakeSphericalCollisions", data )
|
duplicator.StoreEntityModifier( ent, "MakeSphericalCollisions", data )
|
||||||
|
|
||||||
end
|
end
|
||||||
@ -178,7 +177,7 @@ if SERVER then
|
|||||||
data.renderoffset = Vector(0,0,0)
|
data.renderoffset = Vector(0,0,0)
|
||||||
ent.noradius = data.noradius
|
ent.noradius = data.noradius
|
||||||
|
|
||||||
duplicator.StoreEntityModifier( ent, "MakeSphericalCollisions", data )
|
duplicator.StoreEntityModifier( ent, "MakeSphericalCollisions", data )
|
||||||
end
|
end
|
||||||
|
|
||||||
function MakeSpherical.CopyConstraintData( ent, removeconstraints )
|
function MakeSpherical.CopyConstraintData( ent, removeconstraints )
|
||||||
@ -323,4 +322,4 @@ if CLIENT then
|
|||||||
|
|
||||||
end )
|
end )
|
||||||
|
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user