Skip to content

Commit

Permalink
fix autostart condition
Browse files Browse the repository at this point in the history
  • Loading branch information
branch14 committed Mar 20, 2017
1 parent e16ffae commit 767ef74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vrng/src/vrng/venues/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,7 @@
;;(swap! autostart assoc :countdown (time-to-active-talk))
(if (and (active-talk-in-state ["prelive"])
(:autostart @page-state)
(>= 0 (time-to-active-talk)))
(<= (time-to-active-talk) 0))
(start-talk-action (active-talk)))
;;(prn @autostart)
))
Expand Down

0 comments on commit 767ef74

Please sign in to comment.