Skip to content

Commit dab9d0a

Browse files
committed
Add double filepath to single filepath conversion rule
1 parent 8f048e6 commit dab9d0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ConversionRules/Prerelease 4/Misc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@
4141
"\tself.FGArm:ClearForces()\n": "\tif self.FGArm then self.FGArm:ClearForces() end\n",
4242
"\tself.BGArm:ClearForces()\n": "\tif self.BGArm then self.BGArm:ClearForces() end\n",
4343
"\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"
44+
"\tself.BGLeg:ClearForces()\n": "\tif self.BGLeg then self.BGLeg:ClearForces() end\n",
45+
"FilePath = FilePath = ": "FilePath = "
4546
}

0 commit comments

Comments
 (0)