This commit is contained in:
Mark Qvist 2023-11-06 11:08:31 +01:00
parent b584832b8f
commit 58b5501e17

View File

@ -168,10 +168,7 @@ class Resource:
resource.hashmap = [None] * resource.total_parts
resource.hashmap_height = 0
resource.waiting_for_hmu = False
resource.receiving_part = False
# TODO: Recheck
resource.consecutive_completed_height = -1
if not resource.link.has_incoming_resource(resource):