mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-01 23:46:59 +00:00
Adds an `I` packet to the core handler, which allows the mod to use the newly added [information packet ](https://github.com/BeamMP/BeamMP-Server/pull/382) in the server. Usage: Mod sends `I0.0.0.0:0000` and the launcher will send either `I0.0.0.0:0000;` back if something went wrong, or `I0.0.0.0:0000;{Server information JSON}` if it succeeded. --- By creating this pull request, I understand that code that is AI generated or otherwise automatically generated may be rejected without further discussion. I declare that I fully understand all code I pushed into this PR, and wrote all this code myself and own the rights to this code.