GuimDev / ProvisionsTeamFormation

TeamFormation is a user Interface for The Elder Scrolls Online, designed to show the positions and health of your teammates, like a radar.
0 stars 1 forks source link

Use AreUnitsEqual #20

Closed GuimDev closed 6 years ago

GuimDev commented 6 years ago

Replace :

local isMe = (name == GetUnitName("player"))

by :

AreUnitsEqual("player", groupTag)