Correct map pin fix bugfix attribute

This commit is contained in:
NGnius (Graham) 2021-09-01 12:41:33 -04:00
parent b277611860
commit 2c24d9caf5

View file

@ -12,10 +12,10 @@ namespace CLre.Fixes
} }
[Bugfix(name = "OfflineSpawnpointSavingFloatFix", [Bugfix(name = "OfflineMapPointsFloatFix",
description = "Make spawnpoints save properly for everyone, even when floats contain a comma", description = "Make map pin points save properly for everyone, even when floats contain a comma",
more = "https://trello.com/c/hpADhDhQ/21-login-goes-to-original-spawn", more = "https://trello.com/c/fEcNBLbZ/29-map-markers-reset-on-re-log",
component = BugfixType.HarmonyPatch, id = 9)] component = BugfixType.HarmonyPatch, id = 12)]
[HarmonyPatch] [HarmonyPatch]
class WorldMapPinPointsMessage_InjectValues_Patch class WorldMapPinPointsMessage_InjectValues_Patch
{ {