| 305 | } |
| 306 | |
| 307 | std::shared_ptr<MojangAssetIndexInfo> LaunchProfile::getMinecraftAssets() const |
| 308 | { |
| 309 | if(!m_minecraftAssets) |
| 310 | { |
| 311 | return std::make_shared<MojangAssetIndexInfo>("legacy"); |
| 312 | } |
| 313 | return m_minecraftAssets; |
| 314 | } |
| 315 | |
| 316 | QString LaunchProfile::getMinecraftArguments() const |
| 317 | { |
no outgoing calls
no test coverage detected