multitheftauto / mtasa-blue

Multi Theft Auto is a game engine that incorporates an extendable network play element into a proprietary commercial single-player game.
https://multitheftauto.com
GNU General Public License v3.0
1.38k stars 427 forks source link

Remove object contact checks #3456

Closed MegadreamsBE closed 3 months ago

MegadreamsBE commented 3 months ago

Multiple issues are reported that are causing by the object contact logic. As this logic was only put in place to future proof for https://github.com/multitheftauto/mtasa-blue/pull/3405, I have removed it for the time being. It'll be re-introduced in a future PR.

This PR also introduces a bool that allows the position check to be back in its original spot which should further fix issues with the contact logic.