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