From 40eb1206ba107c39c685d7670a94bb0c58603b32 Mon Sep 17 00:00:00 2001 From: Torwent Date: Mon, 19 Aug 2024 12:29:01 +0200 Subject: [PATCH] fix: tweaks --- wasp_blast_furnace.simba | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/wasp_blast_furnace.simba b/wasp_blast_furnace.simba index 9613d0f..f21c616 100644 --- a/wasp_blast_furnace.simba +++ b/wasp_blast_furnace.simba @@ -213,16 +213,12 @@ begin begin count := Self.ItemInterface.CountStack(item); if count <> -1 then - begin - Result := count; - Break; // Exit the loop if a valid count is found - end; + Exit(count); end; end; procedure TBlastFurnace.Init(maxActions: UInt32; maxTime: UInt64); override; begin - WLSettings.GetObject('antiban').getJSONObject('tasks').Put('bank', False); WLSettings.GetObject('remote_input').Put('block_real_input', True);