forked from MarseyWorld/MarseyWorld
fix typo
parent
88f959c595
commit
69de2382a4
|
@ -374,7 +374,7 @@ def comment(v:User):
|
||||||
check_for_treasure(c, body)
|
check_for_treasure(c, body)
|
||||||
check_slots_command(c, v, v)
|
check_slots_command(c, v, v)
|
||||||
|
|
||||||
# Increment post count iff not self-reply and not a spammy comment game
|
# Increment post count if not self-reply and not a spammy comment game
|
||||||
# Essentially a measure to make comment counts reflect "real" content
|
# Essentially a measure to make comment counts reflect "real" content
|
||||||
if (posting_to_post and not rts and not c.slots_result):
|
if (posting_to_post and not rts and not c.slots_result):
|
||||||
post_target.comment_count += 1
|
post_target.comment_count += 1
|
||||||
|
|
Loading…
Reference in New Issue