Update files (#15597)

This commit is contained in:
SandPoot
2022-04-15 11:31:50 -03:00
committed by GitHub
parent 697e2ca80a
commit 13fb647b9e
8 changed files with 27 additions and 19 deletions
+1 -1
View File
@@ -388,7 +388,7 @@ GLOBAL_LIST_EMPTY(station_turfs)
var/datum/progressbar/progress = new(user, things.len, src)
while (do_after(usr, 1 SECONDS, TRUE, src, FALSE, CALLBACK(src_object, /datum/component/storage.proc/mass_remove_from_storage, src, things, progress, TRUE, user)))
stoplag(1)
qdel(progress)
progress.end_progress()
return TRUE