diff options
Diffstat (limited to 'debugger.lua')
-rw-r--r-- | debugger.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debugger.lua b/debugger.lua index 5d2c540f..e72ce3de 100644 --- a/debugger.lua +++ b/debugger.lua @@ -27,7 +27,7 @@ if #luaDebugs == 0 then end local function getVer(filename) - local a, b, c = filename:match('(%d+)%.(%d+)%.(%d+)$') + local a, b, c = filename:match('actboy168%.lua%-debug%-(%d+)%.(%d+)%.(%d+)') if not a then return 0 end |