PavelZinchenko / event_horizon

GNU General Public License v3.0
57 stars 22 forks source link

fix(misc): fixes exception in localization manager with null strings #54

Closed Arik closed 2 years ago

Arik commented 2 years ago

Before a73b6461c5b6222c8930ee114657aceaa1c349dc null strings did not throw an exception. For example, getting minerals in Exploration as the last reward should exit the scene after 5 seconds; however, the exception prevents that from happening.

juh9870 commented 2 years ago

Thanks! I did not know that. Tho I will have to investigate why minerals have null strings later on