Pirate Boats can despawn off-screen, this is because they check for only players that areĀ alive, I am unsure if this is intentional, but it feels weird for them to just disappear while on-screen.
local player = FindClosestPlayer(x, y, z, true)
In line 21 of the vanish_on_sleep component, a value of true is passed to the isalive parameter which is what can cause pirate boats to just despawn while on-screen.
Steps to Reproduce
1. Die during a pirate raid
2. Notice the pirate raid despawns while on-screen.
A developer has marked this issue as fixed. This means that the issue has been addressed in the current development build and will likely be in the next update.
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now