mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-02 06:56:08 +00:00
fdkgsekgdqsgf
This commit is contained in:
@@ -911,6 +911,12 @@ void CScene_Main::LoadTrial(void)
|
||||
param->settings = app.GetGameHostOption( eGameHostOption_Tutorial );
|
||||
|
||||
vector<LevelGenerationOptions *> *generators = app.getLevelGenerators();
|
||||
if (generators->empty())
|
||||
{
|
||||
app.DebugPrintf("XUI LoadTrial: no level generators available, cannot start tutorial\n");
|
||||
delete param;
|
||||
return;
|
||||
}
|
||||
param->levelGen = generators->at(0);
|
||||
|
||||
LoadingInputParams *loadingParams = new LoadingInputParams();
|
||||
|
||||
Reference in New Issue
Block a user