Skip to content

Commit a1e1d96

Browse files
committed
Remove useless line of code
1 parent d55e524 commit a1e1d96

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ZipLine_pk3/zscript/zipline.txt

-2
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ class ZipLineEndpoint : SwitchableDecoration
117117

118118
// Put player in front of endpoint to begin with
119119
target.SetXYZ(Vec3Angle(ZipStartDistance, target.Angle, 0.0, false));
120-
// Ensure player doesn't slip too far away from zip line.
121-
target.Vel = (0,0,0);
122120
// Make player face other endpoint
123121
target.Angle = AngleTo(OtherEndpoint, true);
124122
target.Pitch = PitchTo(OtherEndpoint);

0 commit comments

Comments
 (0)