Skip to content

Feature Update and Bugfix

Compare
Choose a tag to compare
@ApertureDevelopment ApertureDevelopment released this 06 Jun 15:22
· 63 commits to master since this release
230655a

We added a feature to MSync to allow the addition of new users which never joined before. That way we can add ranks to users, ban users and do a lot more, without the requirement of said user already existing in our database.

Additionally we fixed some bugs that caused the MBSync console commands to not work, only issue is a ULX/ULib bug that happens when the console command msync.mbsync.banPlayer gets called without a player provided. This is sadly not fixable on our side without modifying ULX, which is what we wanted to avoid.

This is the error:

[ERROR] addons/ulib/lua/ulib/shared/player.lua:121: Tried to use a NULL entity!
  1. indexFn - [C]:-1
   2. getUniqueIDForPlayer - addons/ulib/lua/ulib/shared/player.lua:121
    3. parseAndValidate - addons/ulib/lua/ulib/shared/commands.lua:515
     4. __fn - addons/ulib/lua/ulib/shared/commands.lua:916
      5. execute - addons/ulib/lua/ulib/shared/commands.lua:1323
       6. unknown - addons/ulib/lua/ulib/shared/commands.lua:1351
        7. unknown - lua/includes/modules/concommand.lua:54

Please do not open bug reports regarding this error, we are aware of it but we sadly cant fix it as of now.