rttr
rttr copied to clipboard
fix thread-safety issues
trafficstars
custom_name_to_id was being used in thread-unsafe way by
type::get_by_name. Fixed that.
@acki-m, any chance of getting this merged? the change is fairly trivial but should help avoid a thread-unsafe section of the code.