From fa782484a94282084e3e7a3028e954e1f2a8db98 Mon Sep 17 00:00:00 2001 From: mark Date: Sun, 24 Oct 2010 02:00:38 +0000 Subject: [PATCH] --- Scripts/Mobiles/PlayerMobile.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Scripts/Mobiles/PlayerMobile.cs b/Scripts/Mobiles/PlayerMobile.cs index 81e19f5e6..57a3fe373 100644 --- a/Scripts/Mobiles/PlayerMobile.cs +++ b/Scripts/Mobiles/PlayerMobile.cs @@ -3117,7 +3117,7 @@ namespace Server.Mobiles faction.RemoveMember( this ); BaseHouse.HandleDeletion( this ); - + DisguiseTimers.RemoveTimer( this ); } @@ -3654,7 +3654,6 @@ namespace Server.Mobiles return base.ApplyNameSuffix( suffix ); } - public override TimeSpan GetLogoutDelay() { if ( Young || BedrollLogout || TestCenter.Enabled )