This commit is contained in:
Mayhem 2014-01-15 01:06:21 +01:00
parent e588a09431
commit d991e6e0cb

View File

@ -44,7 +44,7 @@ class Thread
@timeOfDeath = Date.now() @timeOfDeath = Date.now()
collect: -> collect: ->
for postID, post in @posts for postID, post of @posts
post.collect() post.collect()
delete g.threads[@fullID] delete g.threads[@fullID]
delete @board.threads[@] delete @board.threads[@]