We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48df97b commit 48ae4aaCopy full SHA for 48ae4aa
Client/mods/deathmatch/logic/CClientGame.cpp
@@ -3428,6 +3428,9 @@ void CClientGame::Event_OnIngame()
3428
pHud->SetComponentVisible(HUD_VITAL_STATS, false);
3429
pHud->SetComponentVisible(HUD_AREA_NAME, false);
3430
3431
+ // Reset properties
3432
+ CLuaPlayerDefs::ResetPlayerHudComponentProperty(HUD_ALL, eHudComponentProperty::ALL_PROPERTIES);
3433
+
3434
g_pMultiplayer->DeleteAndDisableGangTags();
3435
3436
g_pGame->GetBuildingRemoval()->ClearRemovedBuildingLists();
0 commit comments