1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 08:35:20 +02:00

[CSM] Fix minimap problems (#5405)

This fixes issue #5404
This commit is contained in:
Loïc Blot
2017-03-17 07:54:49 +01:00
committed by GitHub
parent 0891975ad6
commit 7b74f04a61
5 changed files with 18 additions and 17 deletions

View File

@@ -1769,7 +1769,7 @@ void Game::run()
updateProfilerGraphs(&graph);
// Update if minimap has been disabled by the server
flags.show_minimap = client->shouldShowMinimap();
flags.show_minimap &= client->shouldShowMinimap();
}
}