progress on -service.. no input, safe choices, etc
add Account.Inactive and Account.InactiveDuration refactor IsEligable to IsEligible
This commit is contained in:
parent
dd3c904944
commit
bff9e9abe4
9 changed files with 94 additions and 57 deletions
|
|
@ -80,7 +80,7 @@ namespace Server.Multis
|
|||
if ( !Core.AOS )
|
||||
return DecayType.ManualRefresh;
|
||||
|
||||
if ( (acct.LastLogin + TimeSpan.FromDays( 90.0 )) < DateTime.Now )
|
||||
if ( acct.Inactive )
|
||||
return DecayType.Condemned;
|
||||
|
||||
List<BaseHouse> allHouses = new List<BaseHouse>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue