torrent.go | 2 +- diff --git a/torrent.go b/torrent.go index c4c52f5a7fda80c95c54498d3500984a7dc51585..01bc9005f4e98336a5dc539af953c25c1e0c6783 100644 --- a/torrent.go +++ b/torrent.go @@ -510,7 +510,7 @@ if t.pieceComplete(piece) { return false } if t.pieceAllDirty(piece) { - return true + return false } return t.Pieces[piece].hasDirtyChunks() }