partial psz patch
This commit is contained in:
parent
d03acbffaf
commit
869f68488d
23 changed files with 15471 additions and 19 deletions
|
|
@ -59,7 +59,7 @@ namespace Server.Engines.Craft
|
|||
|
||||
public override bool RetainsColorFrom( CraftItem item, Type type )
|
||||
{
|
||||
if ( !( type == typeof( Cloth ) ) )
|
||||
if ( type != typeof( Cloth ) && type != typeof( UncutCloth ) )
|
||||
return false;
|
||||
|
||||
type = item.ItemType;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue