NMan1 / external-warzone-cheat

External warzone cheat with manual mapped driver (function hook), overlay (nvidia hijack), simple esp, no recoil
152 stars 54 forks source link

There are identical sub-expressions #1

Closed thehlopster closed 3 years ago

thehlopster commented 3 years ago

https://github.com/NMan1/external-warzone-cheat/blob/520884a23d24712c6aeee03edf36f9c78e770022/modern_warfare/core/utils/vectors.h#L45

it looks like copy paste error, should be probably replaced with:

 return (x == v.x) && (y == v.y) && (z == v.z); 
NMan1 commented 3 years ago

fixed