mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-25 04:48:22 -08:00
Fix Highlighted Damage UI not being initialized
This commit is contained in:
@@ -57,6 +57,10 @@ function players.new(id, name, master_rank, hunter_rank, type)
|
||||
|
||||
players.init_UI(player);
|
||||
|
||||
if players.highlighted_damage_UI == nil then
|
||||
players.init_highlighted_UI();
|
||||
end
|
||||
|
||||
return player;
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user