Show mod version when you hover over a game
https://i.imgur.com/KIznEup.png When you hoover over you don't see mod version. But everywhere else you do.
Ingame: https://i.imgur.com/lzz3QNg.png And in the vault it does aswell.
It should show the mod version when you hoover over a game tile.
The server sends an uid and the name of the sim_mods with game_info. example: u'd5c7af75-6944-490b-b647-47dc1efffdc8' (16292992) = u'Rescources x2'
Solution would be, the server sends the version with the sim_mods{dic}, then the client can handle that.
(And it would be useful if the server would send this sim_mods{dic} with an "info_replay" request, because currently one has to ask a player what mods were used in a game.)
As this is just for information, the server could add the version to the name, like: [name] + ' (v' + [version] + ')' This way no changes to client are needed.