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
|
||||
ent.noradius = data.noradius
|
||||
PrintTable(data)
|
||||
duplicator.StoreEntityModifier( ent, "MakeSphericalCollisions", data )
|
||||
|
||||
end
|
||||
@ -178,7 +177,7 @@ if SERVER then
|
||||
data.renderoffset = Vector(0,0,0)
|
||||
ent.noradius = data.noradius
|
||||
|
||||
duplicator.StoreEntityModifier( ent, "MakeSphericalCollisions", data )
|
||||
duplicator.StoreEntityModifier( ent, "MakeSphericalCollisions", data )
|
||||
end
|
||||
|
||||
function MakeSpherical.CopyConstraintData( ent, removeconstraints )
|
||||
@ -323,4 +322,4 @@ if CLIENT then
|
||||
|
||||
end )
|
||||
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user