Adonis icon indicating copy to clipboard operation
Adonis copied to clipboard

:ungameban does not save

Open JustANap opened this issue 1 year ago • 1 comments

  • What are the steps that lead to the bug occurring? Or, how frequently does the bug occur? Insert a new Adonis loader, change the DataStore key and give self Creator permissions. Join a server and :gameban a player by name. Leave the server and rejoin to create a new one. :ungameban the player from before, then leave and create a new server. The player will still be banned.

  • What would be the normally expected or desired result? The player being unbanned would save across new servers.

  • What is the actual result (the bug)? The player's initial ban saves, but the unban does not.

  • What is the impact of this bug? Admins must unban specific players in every new server.

  • (Any additional context or information eg. in the form of error messages or screenshots.) Testing was done in both Studio's Team Test and regular Roblox servers, yields same result. The console outputs no errors or anything out of the ordinary. Waited about 30 seconds after each command to allow the banlist to update and the message to show at the top of the screen. If the ban and unban command are used in the same server without leaving, the unban DOES save for new servers.

JustANap avatar Jul 31 '22 22:07 JustANap

👋 Welcome! It looks like this is your first issue submission here. Please make sure you've included all necessary details in your post so we can reach a resolution as painlessly as possible! Also note that not recieving a response does not mean that your issue has been ignored!

github-actions[bot] avatar Jul 31 '22 22:07 github-actions[bot]

problem is with if type(data) == "table" and data.LaxCheck then Functions.LaxCheckMatch on line 1016, 1064, 1114. replace these with local CheckMatch = Functions.CheckMatch

AustinnK avatar Aug 28 '22 21:08 AustinnK

supposedly fixed by mr expertcoderz so you can probably close this now image

btt-t avatar Aug 30 '22 10:08 btt-t