Fix Damage Meter UI bugs

when Hide Total Damage was hiding whole module instead
This commit is contained in:
GreenComfyTea
2023-08-16 12:21:22 +03:00
parent f2675e6d23
commit aac30e7a08
4 changed files with 43 additions and 47 deletions

View File

@@ -2123,10 +2123,6 @@ function this.draw_damage_meter_UI()
players.update_dps(true);
end
if config_changed then
players.sort_players();
end
imgui.tree_pop();
end