Withdraw function doesn't workFixed

Works fine with 3.8.1
like function :

Economics?.Call("Withdraw", player.UserIDString, Convert.ToDouble(balance));

What exactly doesn't work about it?

I haven't see error in logs, just my doesn't work with the 3.8.2 do the withdraw but work well with the 3.8.1.
In my case is a transfert from Economics to Server Rewards and after transfert the money is normally withdraw from the Economics with this call:

Economics?.Call("Withdraw", player.UserIDString, Convert.ToDouble(balance));

 
But the balance stay the same and no withdraw is done, and the player can do again the trick to win double money each time.



Merged post

Just to confirmate the 3.8.4 update solve this problem !
Very thanks mister Wulf
Locked automatically