issues
search
stijnwop
/
manureSystem
Manure System modification for Farming Simulator 2022
GNU General Public License v3.0
97
stars
58
forks
source link
Fix: prefent to crach game in build mode
#212
Open
nomisc
opened
2 months ago
nomisc
commented
2 months ago
Add nil checks for manure system mixers to prevent crash in onDelete
Added checks to ensure spec_manureSystemPlaceableMixers and its mixers table are not nil before attempting to unload mixers.
This prevents potential crashes caused by attempting to iterate over a nil table.
201
Add nil checks for manure system mixers to prevent crash in onDelete
201