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

  • Curator
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;

 

  • Curator
Whispers88

Posted

Changed Status from Pending to Not a Bug

Changed Fixed In to 1.4.0

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.5m
Total downloads
Customers
11.1k
Customers served
Files Sold
158.9k
Marketplace sales
Payments
3.4m
Processed total
×
×
  • 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.