Don't manually close bank

This commit is contained in:
Yuri Moens 2021-10-27 11:03:53 +02:00
parent d7f98826b1
commit f6d2593f8a
Signed by: ymo
GPG Key ID: F6D51D6FE15BE924

View File

@ -31,9 +31,6 @@ public class Deposit extends TaskNode {
}
}
Bank.close();
MethodProvider.sleepUntil(() -> !Bank.isOpen(), Calculations.random(2000, 3000));
return Calculations.random(250, 400);
}
}