"new" declaration to prevent inheritance hiding warnings.

This commit is contained in:
xavier 2010-09-19 15:48:53 +00:00
parent 5937357b8c
commit fa69591422

View file

@ -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;