Skip to content

Commit 884c32d

Browse files
authored
Merge pull request #8 from goodusername123/extra-rule
Add other Lua rule to handle change in newer LuaJIT
2 parents 59a66cd + 6f1b8d0 commit 884c32d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rules/lua_rules.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"FrameMan:Draw(": "PrimitiveMan:Draw(",
3434
":IsPlaying(": ":IsBeingPlayed(",
3535
"math.mod(": "math.fmod(",
36+
"string.gfind(": "string.gmatch(",
3637
":ReloadFirearm(": ":ReloadFirearms(",
3738
":KillAllActors(": ":KillAllEnemyActors(",
3839
".TotalWoundCount": ".WoundCount",

0 commit comments

Comments
 (0)