Skip to content

Commit

Permalink
Fixed #56
Browse files Browse the repository at this point in the history
  • Loading branch information
HumanGamer committed May 30, 2021
1 parent 8538a42 commit 1500dc8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion game/marble/client/scripts/missionDownload.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,12 @@ function onPhase1Complete()
//----------------------------------------------------------------------------
function onMissionDownloadPhase2()
{

if ($Client::connectedMultiplayer && !$Server::Hosting && !isObject(MissionCleanup))
{
// Mission cleanup group
new SimGroup( MissionCleanup );
//$instantGroup = MissionCleanup;
}
}

function onPhase2Progress(%progress)
Expand Down

0 comments on commit 1500dc8

Please sign in to comment.