GH-2026 implement changes necessary to support 1.13 snapshots
This commit is contained in:
@ -197,7 +197,7 @@ bool BaseInstance::canLaunch() const
|
||||
return (!hasVersionBroken() && !isRunning());
|
||||
}
|
||||
|
||||
bool BaseInstance::reload()
|
||||
bool BaseInstance::reloadSettings()
|
||||
{
|
||||
return m_settings->reload();
|
||||
}
|
||||
|
Reference in New Issue
Block a user