Skip to content

Commit 6f1b8d0

Browse files
Add other LuaJIT 2.1 related rule.
Adds a rule to handle the other compat name removed in LuaJIT 2.1 related to Lua 5.0 LuaJIT/LuaJIT#302 LuaJIT/LuaJIT@de5568e
1 parent a23a811 commit 6f1b8d0

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)