OlivierBroekman / rust-tools

http://rust-tools.eu/
GNU General Public License v3.0
1 stars 1 forks source link

Wrong return value for certain item types #25

Closed FreezeSpell closed 11 months ago

FreezeSpell commented 11 months ago

When either Vehicle or Building type is selected as item type in the options, the name of the item in the output box is returned as "Not a valid item name or ID.". Suspected issue with pythonFunctions.py and functions.py

Deployable type does work properly and returns the input item as name.

OlivierBroekman commented 11 months ago

Should be fixed now. EDIT: Both in functions.py and pythonFunctions.py