Cleans up Spell Targeting (#36)

This commit is contained in:
Kamron Batman 2019-03-15 15:23:03 -07:00 committed by GitHub
parent de50bc9e43
commit 472b84f5ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
99 changed files with 653 additions and 2192 deletions

View file

@ -166,7 +166,7 @@ namespace Server.Spells.Seventh
if (!m_Timers.TryGetValue(m, out InternalTimer timer))
return;
timer.Stop();
timer?.Stop();
m_Timers.Remove(m);
}