mrSkortch / MissionScriptingTools

Mission Scripting Tools for Digital Combat Simulator
GNU General Public License v3.0
195 stars 42 forks source link

mist.DBs.const.shapeNames Duplicate Entries #82

Closed ozdeadmeat closed 8 months ago

ozdeadmeat commented 1 year ago

I am trying to understand why there are duplicate entries in mist.DBs.const.shapeNames

Specifically for version 4.5.107

"FARP Fuel Depot" and "Fuel tank" are referred to twice.

mrSkortch commented 8 months ago

Because it is easy to forget to keep track of what you have and haven't added when dealing with stuff like that.

Also with lua it'll get overwritten anyway as if there was only one entry.