Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix GetEyeTraceNoCursor caching (#1645)
* Fix GetEyeTraceNoCursor caching Fixes Facepunch/garrysmod-issues#4430. Also - Use FrameNumber instead of CurTime for caching so that it doesn't clash with prediction - Added skipcache arg to both GetEyeTrace and GetEyeTraceNoCursor for skipping the clientside cache - Check if the PlayerTrace/PlayerAimTrace vars are tables before returning them in-case they're modified by other addons accidentally * Fix styling * Remove skipcache arg
- Loading branch information