forked from Mirrorlandia_minetest/minetest
[CSM] HUD Fix not updating server HUDs caused by 4f688d5
This commit is contained in:
parent
4f688d5616
commit
7d3295e21f
@ -2562,7 +2562,7 @@ void Game::handleClientEvent_HandleParticleEvent(ClientEvent *event,
|
|||||||
void Game::handleClientEvent_HudAdd(ClientEvent *event, CameraOrientation *cam)
|
void Game::handleClientEvent_HudAdd(ClientEvent *event, CameraOrientation *cam)
|
||||||
{
|
{
|
||||||
LocalPlayer *player = client->getEnv().getLocalPlayer();
|
LocalPlayer *player = client->getEnv().getLocalPlayer();
|
||||||
auto hud_server_to_client = client->getHUDTranslationMap();
|
auto &hud_server_to_client = client->getHUDTranslationMap();
|
||||||
|
|
||||||
u32 server_id = event->hudadd.server_id;
|
u32 server_id = event->hudadd.server_id;
|
||||||
// ignore if we already have a HUD with that ID
|
// ignore if we already have a HUD with that ID
|
||||||
|
Loading…
Reference in New Issue
Block a user