Update options command

develop
Robob27 2023-02-05 19:02:01 -05:00
parent 23fa38a993
commit 52fed5d9ad
1 changed files with 1 additions and 1 deletions

@ -264,7 +264,7 @@ DFHACK_PLUGIN_LUA_COMMANDS {
void show_options()
{
cmds.push("gui/confirm-opts");
cmds.push("gui/confirm");
}
template <class T>