Skip to content

Commit

Permalink
Fix nameplate updates on register changes (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
Meorawr authored May 10, 2021
1 parent 2234be2 commit c0fa609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion totalRP3/modules/NamePlates/NamePlates_Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ function TRP3_NamePlates:OnRegisterDataUpdated(registerID)

if unitToken then
TRP3_NamePlatesRequestQueue:DequeueUnitQuery(unitToken);
self:UpdateNamePlateForUnit(registerID);
self:UpdateNamePlateForUnit(unitToken);
end
end
end
Expand Down

0 comments on commit c0fa609

Please sign in to comment.