Don't manually close bank
This commit is contained in:
parent
d7f98826b1
commit
f6d2593f8a
@ -31,9 +31,6 @@ public class Deposit extends TaskNode {
|
||||
}
|
||||
}
|
||||
|
||||
Bank.close();
|
||||
MethodProvider.sleepUntil(() -> !Bank.isOpen(), Calculations.random(2000, 3000));
|
||||
|
||||
return Calculations.random(250, 400);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user