We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f048e6 commit dab9d0aCopy full SHA for dab9d0a
ConversionRules/Prerelease 4/Misc.json
@@ -41,5 +41,6 @@
41
"\tself.FGArm:ClearForces()\n": "\tif self.FGArm then self.FGArm:ClearForces() end\n",
42
"\tself.BGArm:ClearForces()\n": "\tif self.BGArm then self.BGArm:ClearForces() end\n",
43
"\tself.FGLeg:ClearForces()\n": "\tif self.FGLeg then self.FGLeg:ClearForces() end\n",
44
- "\tself.BGLeg:ClearForces()\n": "\tif self.BGLeg then self.BGLeg:ClearForces() end\n"
+ "\tself.BGLeg:ClearForces()\n": "\tif self.BGLeg then self.BGLeg:ClearForces() end\n",
45
+ "FilePath = FilePath = ": "FilePath = "
46
}
0 commit comments