chev2 / gmod-addons

🍈 Most of my Garry's Mod Workshop addons, complete with their source code.

Home Page:https://steamcommunity.com/profiles/76561198103347732/myworkshopfiles/?appid=4000&p=1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spraylist.GetSprays() can return a nil table

chev2 opened this issue · comments

commented

function spraylist.GetSprays()
local queryResults = sql.Query("SELECT url, name FROM spraymesh_extended_spray_list ORDER BY name DESC")
return queryResults
end

Has a chance to return nil if the database has no entries

commented

Fixed in df6717b