Merge pull request #6541 from Russ4262/fix/ramp_entry_dressup

Path: Fix enumeration dictionary error [Bug]
This commit is contained in:
sliptonic
2022-03-11 10:04:53 -06:00
committed by GitHub

View File

@@ -129,7 +129,7 @@ class ObjectDressup:
"""
enums = {
"Object": [
"Method": [
(translate("Path_DressupRampEntry", "RampMethod1"), "RampMethod1"),
(translate("Path_DressupRampEntry", "RampMethod2"), "RampMethod2"),
(translate("Path_DressupRampEntry", "RampMethod3"), "RampMethod3"),