Add support for generic tooltip names.
This commit is contained in:
@@ -101,8 +101,8 @@ namespace OpenRA.Mods.RA
|
||||
|
||||
if (tooltip.Value != null)
|
||||
{
|
||||
actor.TooltipName = tooltip.Value.Name();
|
||||
actor.TooltipOwner = tooltip.Value.Owner();
|
||||
actor.TooltipInfo = tooltip.Value.TooltipInfo;
|
||||
actor.TooltipOwner = tooltip.Value.Owner;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user