Skip to content

Commit 8815682

Browse files
committed
typos
1 parent 2e5d468 commit 8815682

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

osrs/interfaces/mainscreen/bank.simba

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,7 @@ var
11521152
count: Integer;
11531153
begin
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);
11571157
end;
11581158

@@ -1170,7 +1170,7 @@ WriteLn Bank.DepositEquipment();
11701170
*)
11711171
function TRSBank.DepositEquipment(): Boolean;
11721172
begin
1173-
Bank.DynamicButtons[ERSBankDynamicButtons.DEPOSIT_WORN].Click(EMouseButton.LEFT);
1173+
Self.DynamicButtons[ERSBankDynamicButtons.DEPOSIT_WORN].Click(EMouseButton.LEFT);
11741174
Result := True;
11751175
end;
11761176

0 commit comments

Comments
 (0)