remove print [skip ci]
This commit is contained in:
parent
2abdb74885
commit
a28f79c003
@ -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…
x
Reference in New Issue
Block a user