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.42k stars 437 forks source link

Fixed a bug with desynchronization of the values of some fields of the CTickRateSettings structure. #3863

Closed nweb closed 1 week ago

nweb commented 1 week ago

Fixes a bug where server configuration fields (ped_syncer_distance and unoccupied_vehicle_syncer_distance) did not affect the game in any way, i.e. the client side used its default values ​​(easy to check with the /sinfo command).

Fernando-A-Rocha commented 1 week ago

Ped syncer distance and unoccupied vehicle syncer distance were not being synced server<->client at all !? 😮

Proxy-99 commented 1 week ago

maybe this related to #375

Dutchman101 commented 1 week ago

That's quite a big oversight, thanks for the fix!

theSarrum commented 1 week ago

Ped syncer distance and unoccupied vehicle syncer distance were not being synced server<->client at all !? 😮

On the client side this is only used by the /sinfo command.