Qbox-project / qbx_vehicleshop

GNU General Public License v3.0
10 stars 37 forks source link

fix: modules invalidly returning more than one value #102

Closed D4isDAVID closed 1 month ago

D4isDAVID commented 1 month ago

Description

Modules cannot return more than one value, since it won't be caught. Instead, wrap it in a table.

Checklist