Skip to content

Commit

Permalink
Flip default ItemPrinter mode back until it is better tested.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mysticial committed Sep 30, 2024
1 parent 854d402 commit a71586a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ ItemPrinterRNG::ItemPrinterRNG()
, MODE(
"<b>Item Printer mode:</b><br>",
{
{ItemPrinterMode::AUTO_MODE, "auto", "Auto Mode: Select your desired item and its quantity, and items will be automatically printed."},
{ItemPrinterMode::STANDARD_MODE, "standard", "Standard Mode: Manually select exactly what is being printed for each print job."},
{ItemPrinterMode::AUTO_MODE, "auto", "Auto Mode: Select your desired item and its quantity, and items will be automatically printed."},
},
LockMode::LOCK_WHILE_RUNNING,
ItemPrinterMode::AUTO_MODE
ItemPrinterMode::STANDARD_MODE
)
, DESIRED_ITEM_TABLE(
"<b>Item Table:</b><br>"
Expand Down

0 comments on commit a71586a

Please sign in to comment.