Fix tpt.eltransition.<elem>.presHighType

This commit is contained in:
jacob1 2019-07-31 22:10:30 -04:00
parent 8b81023770
commit 7a3c0c1d9a

View File

@ -54,7 +54,7 @@ void initLegacyProps()
legacyTransitionNames.insert(std::pair<ByteString, StructProperty>("presLowType", prop));
else if (prop.Name == "HighPressure")
legacyTransitionNames.insert(std::pair<ByteString, StructProperty>("presHighValue", prop));
else if (prop.Name == "HighressureTransition")
else if (prop.Name == "HighPressureTransition")
legacyTransitionNames.insert(std::pair<ByteString, StructProperty>("presHighType", prop));
else if (prop.Name == "LowTemperature")
legacyTransitionNames.insert(std::pair<ByteString, StructProperty>("tempLowValue", prop));