mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-06 07:46:08 +00:00
Clean up
This commit is contained in:
@@ -72,8 +72,7 @@ public interface Job {
|
||||
}, sender.isPlayer() ? 0 : 20);
|
||||
f.whenComplete((fs, ff) -> {
|
||||
J.car(c);
|
||||
if(!silentMsg)
|
||||
{
|
||||
if (!silentMsg) {
|
||||
sender.sendMessage(C.AQUA + "Completed " + getName() + " in " + Form.duration(p.getMilliseconds(), 1));
|
||||
}
|
||||
whenComplete.run();
|
||||
|
||||
Reference in New Issue
Block a user