Conversation
|
can you describe the problem in more detail please? about the code: I'm not quite up-to-date, but from the name "ShowOutput", I would expect it to always do something. maybe make an error text in an else? |
|
(to make changes, use git commit --amend and then git push -f) |
|
http://youtu.be/OatSv5Q4hX8?hd=1 |
|
"interrupts code" isn't quite the right technical term ("cancels event processing" would be better) but i get what you mean Can you verify if this code works? Commit message might be something like "Fixed nil error in Numpad Input." |
|
It's so hard to do such a small fix :| |
|
Not all fixes are this long, but we need to know what is being fixed and if there's a better solution. |
|
@vigcom if you want, sure, for consistency |
|
still waiting for @vigcom :) |
|
Accidently removed my forked repo when were testing something, new pull request incoming. |
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
untouchable input without selected key fix