Skip to content

Commit

Permalink
fix(client): groups not populating
Browse files Browse the repository at this point in the history
Co-authored-by: Slug <81391361+SlugTeamSix@users.noreply.github.com>
  • Loading branch information
solareon and SlugTeamSix committed Aug 12, 2024
1 parent e80e6e3 commit 633a185
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ CreateThread(function()
fixBlur = true,
onUse = function()
lib.callback('slrn_groups:server:getSetupAppData', false, function(setupAppData)
Wait(100) -- Allow UI to settle
sendCustomAppMessage('setupApp', setupAppData)
if setupAppData.groupStatus == 'IN_PROGRESS' then
sendCustomAppMessage('startJob', {})
Expand Down

0 comments on commit 633a185

Please sign in to comment.