Skip to content

Commit

Permalink
get rid of multi toasty
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Mar 19, 2017
1 parent e23f91a commit e377aac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ScreenGameplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2971,8 +2971,7 @@ void ScreenGameplay::HandleScreenMessage( const ScreenMessage SM )
{
if(g_bEasterEggs)
{
if(PREFSMAN->m_AllowMultipleToasties ||
m_Toasty.IsWaiting())
if(m_Toasty.IsWaiting())
{
m_Toasty.Reset();
m_Toasty.StartTransitioning();
Expand Down

0 comments on commit e377aac

Please sign in to comment.