Ejiy / jl-laptop

Laptop script for fivem, that has boosting, darkweb, and bennys shop apps
https://justlazzy.gitbook.io/home/free-resources/jl-laptop
GNU Lesser General Public License v2.1
107 stars 66 forks source link

Fixed config "item" dependency #6

Closed ghost closed 2 years ago

ghost commented 2 years ago

I noticed that apps do not display when "default" is false and an item is not declared within the config file. Based on the previous code, if the number of items is zero than the loop will not execute. This ensures that it will execute at least once.

darkets commented 2 years ago

LGTM, Hotfix