Files included in this release are:
BeamMP-Server.$DISTRO.$DISTROVERSION.$ARCH
for linux builds, for exampleBeamMP-Server.debian.11.x86_64
for the Debian 11 build for x86_64. All requireliblua5.3
to be installed.BeamMP-Server.exe
for the Windows build (x86_64). You need to install the Visual C++ Redistributables to run this.
What's Changed
- Fix Lua assert error when adding values to tables (e.g. in event arguments) by @lionkor in #318
- Fix lua number (int vs double) handling, add lua unit tests for json encode + decode, fix empty array or table serializing to null by @lionkor in #319
- Use hard disconnect instead of ClientKick in timeout by @lionkor in #320
Full Changelog: v3.4.0...v3.4.1