RPC MoveItem Failure error crashing user client
AssertionException: Assertion failure. Value was False Expected: True split_Amount <= 0
AssertionException: Assertion failure. Value was False Expected: True split_Amount <= 0

Hey, I have stack amount set to 0.5; when I move non-stackable items to recycler, last I tried it was an iron fence, it crashes the client with rpc error, and on server side it shows that error I copied and pasted up above.

I doubt very much that you can stack half an item ?, Afaik the minimum stack size is 1.

I wouldn't like to stack an item to a half of one, that wouldn't make any sense.

it crashes the client... i just want my multiplier to be set to 0.5 without my server crashing, having stack size of 500 for wood and stone shouldnt be crashing the server

nerdhunt

I wouldn't like to stack an item to a half of one, that wouldn't make any sense.

it crashes the client... i just want my multiplier to be set to 0.5 without my server crashing, having stack size of 500 for wood and stone shouldnt be crashing the server

Sorry for the misunderstanding but i based it on  "Hey, I have stack amount set to 0.5;" and no mention of Multiplier setting

Could anyone point me in the direction of where this code could possibly be fixed? I've tried to look at it to try to correct the error myself but it seems to be very complicated, don't even know which area to start looking, and when I look at source I find nothing with "split_Amount" to even locate the error, even a small pointer would be helpful.