Skip to content

Commit

Permalink
initialize hud
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Jun 25, 2021
1 parent 0613166 commit 084f720
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions worker/load_worker.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ end


function blockexchange.load_worker(ctx)
-- initialize hud
blockexchange.hud_update_progress(ctx.playername, get_hud_taskname(ctx), 0, 0x00FF00)
if ctx.local_load then
-- local operation
local current_pos = ctx.iterator()
Expand Down

0 comments on commit 084f720

Please sign in to comment.