Skip to content

Commit

Permalink
Fix wrong register Signs_bot.
Browse files Browse the repository at this point in the history
  • Loading branch information
acmgit committed May 19, 2023
1 parent 9ebe459 commit 83652c7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion onion_default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if cucina_vegana.farming_ng then
end -- if(cucina_vegana.farming_ng

-- Register @ Signs_bot
if(cucina_vegana.sign_bot) then
if(cucina_vegana.signs_bot) then
cucina_vegana.register_signs_bot(pname, 1, step)

end
2 changes: 1 addition & 1 deletion onion_redo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ if cucina_vegana.farming_ng then
end -- if(cucina_vegana.farming_ng

-- Register @ Signs_bot
if(cucina_vegana.sign_bot) then
if(cucina_vegana.signs_bot) then
cucina_vegana.register_signs_bot(pname, 1, step)

end
2 changes: 1 addition & 1 deletion peanut_default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ if cucina_vegana.farming_ng then
end -- if(cucina_vegana.farming_ng

-- Register @ Signs_bot
if(cucina_vegana.sign_bot) then
if(cucina_vegana.signs_bot) then
cucina_vegana.register_signs_bot(pname, 1, step)

end
2 changes: 1 addition & 1 deletion peanut_redo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ if cucina_vegana.farming_ng then
end -- if(cucina_vegana.farming_ng

-- Register @ Signs_bot
if(cucina_vegana.sign_bot) then
if(cucina_vegana.signs_bot) then
cucina_vegana.register_signs_bot(pname, 1, step)

end

0 comments on commit 83652c7

Please sign in to comment.