We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you try using the binoculars they create an error.
Steps to reproduce the behaviour:
This error shouldn't happen.
[TTT2 (Base) - v0.14.0b] gamemodes/terrortown/entities/weapons/weapon_ttt_binoculars.lua:126: attempt to call method 'SetFOV' (a nil value) 1. SetZoomLevel - gamemodes/terrortown/entities/weapons/weapon_ttt_binoculars.lua:126 2. unknown - gamemodes/terrortown/entities/weapons/weapon_ttt_binoculars.lua:174
The text was updated successfully, but these errors were encountered:
That's such a strange error, why is this function non-existent? it is a base GMod function?
https://github.com/TTT-2/TTT2/blob/master/gamemodes/terrortown/entities/weapons/weapon_ttt_binoculars.lua#L117-L127
Sorry, something went wrong.
I can not reproduce this on my server right now. Zoom with Binoculars works just fine
It is maybe related to the one necro issue: TTT-2/ttt2-role_necro#34
Because that also had a broken player entity. I wonder how that happens
No branches or pull requests
Your version of TTT2 (mandatory)
Describe the bug (mandatory)
If you try using the binoculars they create an error.
To reproduce
Steps to reproduce the behaviour:
Expected behaviour
This error shouldn't happen.
Context (please provide as much as you can)
The text was updated successfully, but these errors were encountered: