Skip to content

Commit

Permalink
fix: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Torwent authored Aug 19, 2024
1 parent 6cd5933 commit 40eb120
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions wasp_blast_furnace.simba
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 40eb120

Please sign in to comment.