From c25c3687e45b6d5978cb0bba2ee8686671f9cd2c Mon Sep 17 00:00:00 2001 From: mark Date: Sat, 8 Aug 2009 07:09:41 +0000 Subject: [PATCH] protection level ! --- Scripts/Accounting/Account.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Accounting/Account.cs b/Scripts/Accounting/Account.cs index e2fab1148..48fdf4547 100644 --- a/Scripts/Accounting/Account.cs +++ b/Scripts/Accounting/Account.cs @@ -18,7 +18,7 @@ namespace Server.Accounting { public static readonly TimeSpan YoungDuration = TimeSpan.FromHours( 40.0 ); - private static readonly TimeSpan InactiveDuration = TimeSpan.FromDays( 180.0 ); + public static readonly TimeSpan InactiveDuration = TimeSpan.FromDays( 180.0 ); private string m_Username, m_PlainPassword, m_CryptPassword, m_NewCryptPassword; private AccessLevel m_AccessLevel;