Skip to content

Fix lua error - #3694

Merged
Astralcircle merged 1 commit into
masterfrom
Astralcircle-patch-1
Aug 12, 2026
Merged

Fix lua error#3694
Astralcircle merged 1 commit into
masterfrom
Astralcircle-patch-1

Conversation

@Astralcircle

Copy link
Copy Markdown
Contributor

Fixes:

- addons/wire/lua/entities/gmod_wire_target_finder.lua:324: bad argument #2 to 'FindInSphere' (number expected, got boolean)
1. FindInSphere - [C]:-1
 2. <unknown> - addons/wire/lua/entities/gmod_wire_target_finder.lua:324

In the old version of target finder it did fallback to 10, probably for backward compatibility or something

Fixes:
```
- addons/wire/lua/entities/gmod_wire_target_finder.lua:324: bad argument #2 to 'FindInSphere' (number expected, got boolean)
1. FindInSphere - [C]:-1
 2. <unknown> - addons/wire/lua/entities/gmod_wire_target_finder.lua:324
```
In the old version of target finder it did fallback to 10, probably for backward compatibility or something
@Astralcircle
Astralcircle merged commit 082523d into master Aug 12, 2026
1 check passed
@Astralcircle
Astralcircle deleted the Astralcircle-patch-1 branch August 12, 2026 04:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant