From fa69591422d14aa8b8ac0470a03ae255b03f0758 Mon Sep 17 00:00:00 2001 From: xavier Date: Sun, 19 Sep 2010 15:48:53 +0000 Subject: [PATCH] "new" declaration to prevent inheritance hiding warnings. --- Scripts/Items/Resources/Tailor/Wool.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Items/Resources/Tailor/Wool.cs b/Scripts/Items/Resources/Tailor/Wool.cs index c2b186583..3286d6cbf 100644 --- a/Scripts/Items/Resources/Tailor/Wool.cs +++ b/Scripts/Items/Resources/Tailor/Wool.cs @@ -146,7 +146,7 @@ namespace Server.Items int version = reader.ReadInt(); } - public static void OnSpun( ISpinningWheel wheel, Mobile from, int hue ) + new public static void OnSpun( ISpinningWheel wheel, Mobile from, int hue ) { Item item = new DarkYarn( 1 ); item.Hue = hue;