SwitchCraftCC / issues

Report general bugs for the SwitchCraft 3 server here. This tracker is NOT for exploits - please disclose those responsibly and privately to a member of staff.
1 stars 0 forks source link

Players packet `world` field does not change on world change #126

Closed hugeblank closed 1 year ago

hugeblank commented 1 year ago

Describe the bug

The world key of players in the players packet is always minecraft:overworld. The world_change event remains unaffected.

To reproduce

  1. change dimensions, away from overworld
  2. check the world key of your entry using chatbox.getPlayers(), or using the websocket request.

Expected behavior

field should change when changing dimensions

Relevant log output

No response

Please confirm

Lemmmy commented 1 year ago

when a player sends a msg is the user object the correct world?

hugeblank commented 1 year ago

image surprisingly, yes.