Jump to content

Item.SetParent caused remove - this shouldn't ever happen

Closed 1.3.7 1.3.7

Joker Buggy

Item.SetParent caused remove - this shouldn't ever happen
Calling hook CanStackItem resulted in a conflict between the following plugins: StackModifier - True (Boolean), Skinner (False (Boolean))
Calling hook CanStackItem resulted in a conflict between the following plugins: StackModifier - True (Boolean), Skinner (False (Boolean))
Item.SetParent caused remove - this shouldn't ever happen

image.png

  • Sad 1

Share this comment


Link to comment

I have reached out to khan many times to fix this.

If you place the following code into stack modifier it will fix the issue. If you are unable to do it your self send me the stack modifier plugin you are using and ill fix it for you

 

private object CanStackItem(Item item, Item targetItem)
        {
            if (targetItem.parent?.entityOwner?._limitedNetworking ?? false)
                return null;

 

Share this comment


Link to comment
1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

80.8k

Files Sold

Total number of files sold.

1.6m

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.