tburrows13 / LunarLandings

GNU General Public License v3.0
9 stars 7 forks source link

Fix typo #13

Open RedRafe opened 2 months ago

RedRafe commented 2 months ago

https://github.com/tburrows13/LunarLandings/blob/7b81955197dc10e9e1295882a22cea357c7130b7/scripts/buckets.lua#L37-L55

L44-45 should be

    local bucket_data = bucket.list[b_id]
    for id, data in pairs(bucket_data or {}) do