Fixed custom displays ignoring actor.customColor

This commit is contained in:
Tercio Jose
2023-08-05 21:32:50 -03:00
parent 080c63f584
commit ce3a2dc8e9
+2
View File
@@ -842,6 +842,8 @@
color = actor.color,
}, classCustom.mt)
newActor.customColor = actor.customColor
newActor.name_complement = name_complement
newActor.displayName = actor.displayName or (_detalhes:GetOnlyName(newActor.nome) .. (name_complement or ""))