v3.4.0
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
- Make Plugin load order deterministic (alphabetic) by @Neptnium in #315
- Add Lua execution profiler
Util.DebugExecutionTime()
by @lionkor in #267 - Fix TriggerGlobalEvent not passing event arguments correctly (closes #106) by @Neptnium in #307
- Fix lua assertions crashing the server by @lionkor in #198
New Contributors
Full Changelog: v3.3.0...v3.4.0