Jump to content

Calling hook

Not a Bug 1.4.0 1.4.0

Seezure

Is there any way to stop this from spamming in the console?
Calling hook CanStackItem resulted in a conflict between the following plugins: StackModifier - True (Boolean), Skinner (False (Boolean))

Share this comment


Link to comment

I can modify your stack modifier plugin to fix the issue.

On line 1616 add this code to the start of the CanStackItem Hook
 

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.7k

Customers

Total customers served.

82.1k

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.