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.3k stars 412 forks source link

Fix Discord RPC and data types #3465

Open G-Moris opened 2 weeks ago

G-Moris commented 2 weeks ago

Fix Discord RPC and data types. Something needs to be fixed?

Lpsd commented 2 weeks ago

Why are some unsigned integer types being replaced for int64_t? (e.g m_uiDiscordAppStart)

G-Moris commented 2 weeks ago

@Lpsd The structure treats these values as int64_t (long long), made for more convenient compatibility, if you are against such changes, I can change it to uint32_t