remove print [skip ci]
This commit is contained in:
parent
56b144c48f
commit
a268b492f6
@ -15,7 +15,6 @@ Engine.GetLuiRoot():registerEventHandler("mod_download_start", function(element,
|
|||||||
end)
|
end)
|
||||||
|
|
||||||
popup:registerEventHandler("mod_download_progress", function(element, event)
|
popup:registerEventHandler("mod_download_progress", function(element, event)
|
||||||
print(event.fraction * 100)
|
|
||||||
popup.text:setText(string.format("Downloading %s (%i%%)...", file, math.floor(event.fraction * 100)))
|
popup.text:setText(string.format("Downloading %s (%i%%)...", file, math.floor(event.fraction * 100)))
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user