From 2c24d9caf5dc4fcb9bcaacdc5f0d559231992721 Mon Sep 17 00:00:00 2001 From: "NGnius (Graham)" Date: Wed, 1 Sep 2021 12:41:33 -0400 Subject: [PATCH] Correct map pin fix bugfix attribute --- CLre/Fixes/MapPinPointsFloatFix.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CLre/Fixes/MapPinPointsFloatFix.cs b/CLre/Fixes/MapPinPointsFloatFix.cs index 993a03a..a6511db 100644 --- a/CLre/Fixes/MapPinPointsFloatFix.cs +++ b/CLre/Fixes/MapPinPointsFloatFix.cs @@ -12,10 +12,10 @@ namespace CLre.Fixes } - [Bugfix(name = "OfflineSpawnpointSavingFloatFix", - description = "Make spawnpoints save properly for everyone, even when floats contain a comma", - more = "https://trello.com/c/hpADhDhQ/21-login-goes-to-original-spawn", - component = BugfixType.HarmonyPatch, id = 9)] + [Bugfix(name = "OfflineMapPointsFloatFix", + description = "Make map pin points save properly for everyone, even when floats contain a comma", + more = "https://trello.com/c/fEcNBLbZ/29-map-markers-reset-on-re-log", + component = BugfixType.HarmonyPatch, id = 12)] [HarmonyPatch] class WorldMapPinPointsMessage_InjectValues_Patch {