SEServerExtender / EssentialsPlugin

Dedicated Essentials Plugin
GNU Lesser General Public License v3.0
18 stars 18 forks source link

"/utility grids refresh" causes grids to dissappear #22

Open togosh opened 9 years ago

togosh commented 9 years ago

/utility grids refresh

When players use this command on my server, their ships end up disappearing, in SE Toolbox they typically show up as being at position 0 0 0, but no ship is there in game.

This command is used heavily on two other popular servers, Transcend and Fountain Core, they both use special code though that Tyrsis developed. Players in those servers are advised to use the command.

I believe this command only helps when that special code is in place, and if its not in place the command causes issues.

dodexahedron commented 9 years ago

That's interesting behavior. I'll take a look at it. Sounds, though, like it's marking the cubegrids as not InScene. Check the XML for a ship that is missing and I bet you it doesn't say InScene (probably only CastShadows). If that's the case, you can restore them all by replacing all instances of >CastShadows< with >CastShadows InScene<.

I'll have a look at why it's behaving that way, though.

zrisher commented 9 years ago

+1, experienced the exact same issue 2 nights ago.