Posts by AngryBB

    Fixed the issue. In BSPClassTraders amount of items for Fence is assigned as
    sptConfigsTrader.fence.assortSize = settingsTraders.itemAmount
    and after changing it to:
    sptConfigsTrader.fence.assortSize = settingsTraders.fence.itemAmount;

    Everything seems to work just fine. Probably code refactor fallout.

    Hi. I have an odd issue with Fence's trading inventory being empty on both my custom preset and on original PreyToLives template. LikeLive preset works just fine and Fence has items to sell. I tried replacing traders.json with the one from LikeLive in my preset and he started selling items but I could not narrow it down further. Tried a couple of things like changing refresh time, flicking the blacklist on and off and altering item amount. Did not help so I think it is something about having Traders Settings enabled at all. Checked all the logs I found but could not find a thing. Any idea on why this issue happens? Thank you in advance.