Skip to content

Commit

Permalink
logic is hard
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jul 28, 2018
1 parent baefd3e commit fff0d9c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/ScreenInstallOverlay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,10 @@ void ScreenInstallOverlay::Update(float fDeltaTime)
msg.SetParam("queuesize", DLMAN->DownloadQueue.size());
msg.SetParam("queuedpacks", join("\n", cue));
}
msg.SetParam("queuesize", 0);
msg.SetParam("queuedpacks", RString(""));
else {
msg.SetParam("queuesize", 0);
msg.SetParam("queuedpacks", RString(""));
}
MESSAGEMAN->Broadcast(msg);
} else
MESSAGEMAN->Broadcast("AllDownloadsCompleted"); // silly to handle this through updates but im not sure where is better atm -mina
Expand Down

0 comments on commit fff0d9c

Please sign in to comment.