Posts by Snufkin

    I'm using kotlin but when I call


    Code
    particleBundle?.dispose()

    on AssetBundle class the server crashes with this:

    Reason is that the game thinks the AssetBundle still exists but I freed it manually myself using particleBundle?.dispose()

    Without calling it it works fine: