KillahPotatoes / KP-Liberation

The work on GreuhZbugs Liberation Mission for Arma 3 continues...
MIT License
268 stars 303 forks source link

0.96.7 Fixed issues due to `toLower` usage in presets #759

Closed Wyqer closed 4 years ago

Wyqer commented 4 years ago
Q A
Bug fix? yes
New feature? no
Needs wipe? no

Description:

The changes in the init_presets.sqf made most classname collection arrays having the classnames in all lowercase. This caused issues in e.g. do_build or save_manager, as we use in there many times, which is case sensitive. Hopefully I've found all occurances. Another look/search beside of the review here would be highly appreciated.

Content: