Jump to content

Unable to generate entities

Not a Bug 1.0.61

the-bandit
the-bandit

Posted

hello David, I had a problem with the plugin. Unable to appear entities. I think it's due to the stack. When you split the item, it changes the name of the new entity

I've temporarily corrected the error on line 79, if that's helpful.

            if ( item.name == null && item.skin != null && item.skin != 0 && item.info != null && item.info.shortname != null )
            {
                var def = placeable.FirstOrDefault(_placeable => _placeable.Value.BaseItem == item.info.shortname && _placeable.Value.SkinID == item.skin);
                if ( def.Key != null ) 
                    item.name = def.Key;
            }

 

David

Posted

Changed Status from Pending to Not a Bug

1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.4k

Files Sold

Total number of files sold.

2.4m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.