Qbox-project / qbx_core

http://qbox-project.github.io
Other
45 stars 109 forks source link

Ban Checking #463

Open DevX32 opened 2 months ago

DevX32 commented 2 months ago

Summary

using the export its bans an drop th player and saves into db but still the banned player can connect

Reproduction

  1. use the export exports.qbx_core:ExploitBan(playerId, origin)
  2. and check it bans or not
  3. if it bans go to db and check it saves or not
  4. and if it saves and connect to server

Expected behavior

do not let the banned player connect the server

Actual behavior

banned player can connect server

Additional context

No response

Current Version

v1.11.1

Custom Resources

none

KostaZx commented 2 months ago

I don't see the point of the core having a ban system, just use txAdmin.

DevX32 commented 2 months ago

I don't see the point of the core having a ban system, just use txAdmin. not saying about ban system telling about ban checking