mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-06-19 07:57:05 -04:00
4f9ce252e7
I had an Off By One Bug in a previous commit, and saves made on that commit ended up crashing on boot due to attempting to access a negative index of an array. Added a bounds check to prevent attempting to load that data.