JaredScar / Badger-Anticheat

Badger's Official Anticheat [code inspirations from DevLanceGood and Bluethefurry on GitHub]
MIT License
44 stars 29 forks source link

Update server.lua #16

Closed justmaiklas closed 3 years ago

justmaiklas commented 3 years ago

data.lower() corrupts _resource.lua or fxmanifest.lua data. For example: server_script '@mysql-async/lib/MySQL.lua' changes to -> server_script '@mysql-async/lib/mysql.lua'

And scripts never loads MySQL Api. Imagine fixing over 200 resources..

JaredScar commented 3 years ago

Oh wow. No one ever mentioned this lol. That code should probably be removed all together honestly. I was informed by JamesUK a while ago that it no longer has any function or purpose apparently... I just don't have time to really work on my FiveM resources any more sadly. Hopefully the community can continue this project going in pull requests. I am quite active on GitHub.

I'll merge this now, thanks!