Skip to content

Commit 81a918a

Browse files
GrappleGun.lua nitpicking
Co-authored-by: Copilot <[email protected]>
1 parent 624897e commit 81a918a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Data/Base.rte/Devices/Tools/GrappleGun/GrappleGun.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ local rte = rte
1616

1717
function Create(self)
1818
-- Timers and counters for tap-based controls (e.g., double-tap to retrieve hook)
19-
self.tapTimerAim = Timer() -- Unused? Or intended for a different tap action.
2019
self.tapTimerJump = Timer() -- Used for crouch-tap detection.
2120
self.tapCounter = 0
2221
-- self.didTap = false -- Seems unused, consider removing.

0 commit comments

Comments
 (0)