Update icliententity.h

This commit is contained in:
0TheSpy
2021-07-09 15:11:05 +03:00
committed by GitHub
parent 615d72d114
commit 8d90b6f0b5

View File

@ -34,7 +34,7 @@ public:
return getvfunc<GetAbsOriginFn>(this, 10)(this); return getvfunc<GetAbsOriginFn>(this, 10)(this);
} }
const Vector& GetAbsAngles(void) Vector& GetAbsAngles(void)
{ {
typedef Vector& (__thiscall* GetAbsAnglesFn)(void*); typedef Vector& (__thiscall* GetAbsAnglesFn)(void*);
return getvfunc<GetAbsAnglesFn>(this, 11)(this); return getvfunc<GetAbsAnglesFn>(this, 11)(this);