diff options
author | 2016-04-15 11:35:21 -0500 | |
---|---|---|
committer | 2016-04-15 11:40:34 -0500 | |
commit | c3735cd12c56dc850e9ca6072dd2fecfe0d40f5f (patch) | |
tree | 28944a612e6b3b04835ac91f5420be65c1c2d042 /plugins/cheatfind | |
parent | af31c6a20e841016b4c24bc0e6301ba55fd6713e (diff) |
plugins/cheat: fix some stuff (nw)
Diffstat (limited to 'plugins/cheatfind')
-rw-r--r-- | plugins/cheatfind/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/cheatfind/init.lua b/plugins/cheatfind/init.lua index eadcb5b6c42..49195ed060c 100644 --- a/plugins/cheatfind/init.lua +++ b/plugins/cheatfind/init.lua @@ -481,7 +481,7 @@ function cheatfind.startplugin() if not _G.ce then manager:machine():popmessage("Cheat engine not available") else - ce.inject(cheat) + _G.ce.inject(cheat) end else |