cleanup: Fixes bugs and cleans up code (#660)
This commit is contained in:
parent
1de0b656a9
commit
679e8100f4
99 changed files with 160 additions and 346 deletions
|
|
@ -252,9 +252,6 @@ namespace Server.Targeting
|
|||
|
||||
private class TimeoutTimer : Timer
|
||||
{
|
||||
private static readonly TimeSpan ThirtySeconds = TimeSpan.FromSeconds(30.0);
|
||||
private static readonly TimeSpan TenSeconds = TimeSpan.FromSeconds(10.0);
|
||||
private static readonly TimeSpan OneSecond = TimeSpan.FromSeconds(1.0);
|
||||
private readonly Mobile m_Mobile;
|
||||
private readonly Target m_Target;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue