mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 05:07:46 +02:00
Fix launch when no java is loaded
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
@ -37,7 +37,7 @@
|
||||
#include <QDir>
|
||||
#include "minecraft/MinecraftInstance.h"
|
||||
|
||||
FoldersTask::FoldersTask(MinecraftInstance* inst) : Task()
|
||||
FoldersTask::FoldersTask(MinecraftInstance* inst)
|
||||
{
|
||||
m_inst = inst;
|
||||
}
|
||||
|
Reference in New Issue
Block a user