RelativityMC / VMP-fabric

A Fabric mod designed to improve server performance at high playercounts.
MIT License
138 stars 9 forks source link

Players on invisible on respawn #73

Open Libreh opened 2 months ago

Libreh commented 2 months ago

Describe the bug Players are sometimes or always invisible after respawning when optimized_entity_tracking_use_staging_area is set to true. This might because I teleport player when they respawn, is there a way to ensure compatibility with this setting?

To Reproduce Steps to reproduce the behavior:

  1. Teleport the player right when they respawn
  2. The player is invisible for others but not themselves.

Expected behavior They are visible.

Runtime info (please complete the following information):

Checklist

ishland commented 2 months ago

Related to #69

Libreh commented 2 months ago

Is there a way to ensure compatibility?

ishland commented 2 months ago

This is more like a bug in VMP than a compatibility issue. I wasn't able to reproduce it though. That option is mostly for coping with large amount of entity spawning and despawning (due to the way optimized entity tracking works). It is safe to turn it off if your use case doesn't involve that.

ishland commented 2 months ago

Try if this version helps the issue.