Describe the bug
When a player records a coordinate in a classroom and then clicks the place a marker button, the HUD marker appears only for the player who placed the marker.
To Reproduce
Steps to reproduce the behavior:
Open student notebook.
Navigate to Map tab.
Type a message and click Save Current Coordinates.
Highlight the new message in the list and then click the place marker in world button.
Observe that other players cannot see the HUD marker that is being shared.
Expected behavior
All other players in the classroom should be able to see the HUD marker. Need to take care that minetest.register_on_joinplayer and minetest.register_on_leaveplayer are set up to manage these HUD markers for players that are coming and going as well as when players teleport between classrooms.
Desktop (please complete the following information):
Describe the bug When a player records a coordinate in a classroom and then clicks the place a marker button, the HUD marker appears only for the player who placed the marker.
To Reproduce Steps to reproduce the behavior:
Expected behavior All other players in the classroom should be able to see the HUD marker. Need to take care that
minetest.register_on_joinplayer
andminetest.register_on_leaveplayer
are set up to manage these HUD markers for players that are coming and going as well as when players teleport between classrooms.Desktop (please complete the following information):