Skip to content

Commit

Permalink
Merge pull request #589 from Mixone-FinallyHere/development
Browse files Browse the repository at this point in the history
Custom pins of Death now instead of 0, using 0->4 for sharing
  • Loading branch information
nxPublic committed May 21, 2021
2 parents 9089502 + 7d11a0d commit a049ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ValheimPlus/GameClasses/Minimap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ private static bool CheckPin(Minimap __instance, Player player, ZDO zdo, int has

if (!pinWasFound)
{
customPin = __instance.AddPin(zdo.m_position, Minimap.PinType.Icon0, pinName, false, false);
customPin = __instance.AddPin(zdo.m_position, Minimap.PinType.Death, pinName, false, false);

Sprite sprite;
if (icons.TryGetValue(hashCode, out sprite))
Expand Down

0 comments on commit a049ec6

Please sign in to comment.