We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f24248 commit 9006144Copy full SHA for 9006144
eggwatch.lua
@@ -503,6 +503,6 @@ elseif command == "split_stacks" then
503
elseif not command or command == "status" then
504
print_status()
505
elseif (command ~= "enable" or command ~= "disable") and not dfhack_flags.enable then
506
- handle_error(("Command " % s " is not recognized"):format(command))
+ handle_error(("Command '% s' is not recognized"):format(command))
507
end
508
persist_state()
0 commit comments