"new" declaration to prevent inheritance hiding warnings.
This commit is contained in:
parent
5937357b8c
commit
fa69591422
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue