| 293 | } |
| 294 | |
| 295 | std::shared_ptr<MojangAssetIndexInfo> LaunchProfile::getMinecraftAssets() const |
| 296 | { |
| 297 | if (!m_minecraftAssets) { |
| 298 | return std::make_shared<MojangAssetIndexInfo>("legacy"); |
| 299 | } |
| 300 | return m_minecraftAssets; |
| 301 | } |
| 302 | |
| 303 | QString LaunchProfile::getMinecraftArguments() const |
| 304 | { |
no outgoing calls
no test coverage detected