Commit 56fb7a4
committed
Fix: Stop strafing script when leaving selection area
Calling 'stop()' when leaving the strafe selection area ensures that the script
properly terminates, cleaning up all keybinds and removing the tick listener.
This resolves an issue where inputs would not register correctly after leaving
the area due to the script continuously releasing managed keys.1 parent c7e6bef commit 56fb7a4
1 file changed
+37
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
275 | 295 | | |
276 | 296 | | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
| 297 | + | |
283 | 298 | | |
284 | 299 | | |
285 | 300 | | |
286 | 301 | | |
287 | 302 | | |
288 | 303 | | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
289 | 314 | | |
290 | 315 | | |
291 | 316 | | |
| |||
395 | 420 | | |
396 | 421 | | |
397 | 422 | | |
398 | | - | |
399 | | - | |
400 | | - | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
401 | 426 | | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
402 | 430 | | |
403 | 431 | | |
404 | 432 | | |
| |||
0 commit comments