Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #4215 from kevin-10/Branch_HalloweenEvents
stack overflow fix
  • Loading branch information
kevin-10 committed Jan 24, 2019
2 parents 77a2310 + dd978d5 commit 3f4ee62
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Scripts/Items/Functional/BaseDecayingItem.cs
Expand Up @@ -19,12 +19,6 @@ public int TimeLeft
{
m_Lifespan = value;

if (m_Lifespan > 0)
{
StopTimer();
StartTimer();
}

InvalidateProperties();
}
}
Expand Down

0 comments on commit 3f4ee62

Please sign in to comment.