Kromtec / LegendsViewer

Recreates Dwarf Fortress' Legends Mode from exported files.
GNU General Public License v3.0
62 stars 19 forks source link

Update XMLPlusParser.cs #65

Closed piperlolot closed 3 years ago

piperlolot commented 3 years ago

If there're no art forms, Parse will yield null. This causes the next AddItemToWorld to crash as _currentItem is still null. The proposed additional checks in this request are to safeguard against such situation.

Kromtec commented 3 years ago

Hi, thanks for the contribution, can you please make the pull request to the develop branch.