File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
osrs/interfaces/mainscreen Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1152,7 +1152,7 @@ var
11521152 count: Integer;
11531153begin
11541154 count := Inventory.Slots.Count();
1155- Bank .DynamicButtons[ERSBankDynamicButtons.DEPOSIT_INVENTORY].Click(EMouseButton.LEFT);
1155+ Self .DynamicButtons[ERSBankDynamicButtons.DEPOSIT_INVENTORY].Click(EMouseButton.LEFT);
11561156 Result := SleepUntil(Inventory.Slots.Count() < count, 200, 4*TICK);
11571157end;
11581158
@@ -1170,7 +1170,7 @@ WriteLn Bank.DepositEquipment();
11701170*)
11711171function TRSBank.DepositEquipment(): Boolean;
11721172begin
1173- Bank .DynamicButtons[ERSBankDynamicButtons.DEPOSIT_WORN].Click(EMouseButton.LEFT);
1173+ Self .DynamicButtons[ERSBankDynamicButtons.DEPOSIT_WORN].Click(EMouseButton.LEFT);
11741174 Result := True;
11751175end;
11761176
You can’t perform that action at this time.
0 commit comments