stats: avoid clashing with similar named scripts

This commit is contained in:
Julian 2015-04-11 17:54:43 +02:00 committed by wm4
parent c2f0557977
commit 74e215e9bf
1 changed files with 1 additions and 1 deletions

View File

@ -186,4 +186,4 @@ function u(t)
end
mp.add_key_binding("i", "stats", main, {repeatable=true})
mp.add_key_binding("i", mp.get_script_name(), main, {repeatable=true})