We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 624897e commit 81a918aCopy full SHA for 81a918a
Data/Base.rte/Devices/Tools/GrappleGun/GrappleGun.lua
@@ -16,7 +16,6 @@ local rte = rte
16
17
function Create(self)
18
-- 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.
20
self.tapTimerJump = Timer() -- Used for crouch-tap detection.
21
self.tapCounter = 0
22
-- self.didTap = false -- Seems unused, consider removing.
0 commit comments