Jump to content

Error On Load

Closed 1.5.82 1.5.83

Server cmd window output:
"Error while compiling : PersonalNPC.cs(5097,76): error CS1503: Argument `#1` cannot convert `NetworkableId` expression to type `uint`"

I've deleted my config file associated with PersonalNPC and reloaded. Did not solve the issue.

Share this comment


Link to comment

Looking at the FurnaceSplitter.cs plugin from uMod website, the dev updated their following function to fix the problem:

Before:
private object CanMoveItem(Item item, PlayerInventory inventory, uint targetContainerId, int targetSlotIndex, int splitAmount)

After:
private object CanMoveItem(Item item, PlayerInventory inventory, ItemContainerId targetContainerId, int targetSlotIndex, int splitAmount)

I hope this helps. ❤️

Share this comment


Link to comment
1.1m

Downloads

Total number of downloads.

5.7k

Customers

Total customers served.

82.4k

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.