diff options
| author | 2021-11-03 20:09:37 -0500 | |
|---|---|---|
| committer | 2021-11-03 20:09:37 -0500 | |
| commit | 0a27fdf35906caa6d0da80b9a6e91a97e323168c (patch) | |
| tree | 2bbb471b4b32f880e93a3f451770058838f329c3 /plugins/cheat/init.lua | |
| parent | fe0fbb87c22ddb27569091553d52154bbc1dcc17 (diff) | |
plugins/cheat: one more flag
Diffstat (limited to 'plugins/cheat/init.lua')
| -rw-r--r-- | plugins/cheat/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/cheat/init.lua b/plugins/cheat/init.lua index 9193a0ad807..11d060d003d 100644 --- a/plugins/cheat/init.lua +++ b/plugins/cheat/init.lua @@ -662,7 +662,7 @@ function cheat.startplugin() menu[num][3] = "off" elseif cheat.is_oneshot then menu[num][2] = _("Set") - menu[num][3] = 0 + menu[num][3] = "" else if cheat.enabled then menu[num][2] = _("On") |
