# HG changeset patch # User Silverwing # Date 2020-11-21 14:25:18 # Node ID d1e67186198b97ee6b34a210c60bef4c57e85c8b # Parent b18117337c894e83a48ff43ec8ed447b91836ed3 Saving should not be allowed in w32 shelves diff --git a/warehouse32.lua b/warehouse32.lua --- a/warehouse32.lua +++ b/warehouse32.lua @@ -516,6 +516,7 @@ w32_shelf_input = input_number { { n = "item_pump_details"; }; }; }; + nosave = true; nam = "w32_shelf_input"; disp = function(s) return "Стеллаж с отметкой " .. s.sector;