format
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
0b79abcdcd
commit
4ad19cded5
@ -56,7 +56,7 @@
|
|||||||
AutoInstallJava::AutoInstallJava(LaunchTask* parent)
|
AutoInstallJava::AutoInstallJava(LaunchTask* parent)
|
||||||
: LaunchStep(parent)
|
: LaunchStep(parent)
|
||||||
, m_instance(std::dynamic_pointer_cast<MinecraftInstance>(m_parent->instance()))
|
, m_instance(std::dynamic_pointer_cast<MinecraftInstance>(m_parent->instance()))
|
||||||
, m_supported_arch(SysInfo::getSupportedJavaArchitecture()){};
|
, m_supported_arch(SysInfo::getSupportedJavaArchitecture()) {};
|
||||||
|
|
||||||
void AutoInstallJava::executeTask()
|
void AutoInstallJava::executeTask()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user