Extracted common part from statement in EventCommand

This commit is contained in:
DaTTV 2025-02-23 16:02:02 +01:00
parent 682b586320
commit e185f70437

View file

@ -70,10 +70,8 @@ public class EventCommand extends SimpleCommand {
));
});
}, 10 * 20L);
return true;
} else {
return true;
}
return true;
}
return false;
}