Jump to content

Calling hook

Not a Bug 1.4.0 1.4.0

Seezure
Seezure

Posted

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))

Whispers88

Posted

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;

 

Whispers88

Posted

Changed Status from Pending to Not a Bug

Changed Fixed In to 1.4.0

1.4m

Downloads

Total number of downloads.

6.8k

Customers

Total customers served.

101.5k

Files Sold

Total number of files sold.

2m

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.