Browse Source

Correct map pin fix bugfix attribute

tags/v0.0.3
NGnius (Graham) 2 years ago
parent
commit
2c24d9caf5
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      CLre/Fixes/MapPinPointsFloatFix.cs

+ 4
- 4
CLre/Fixes/MapPinPointsFloatFix.cs View File

@@ -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
{


Loading…
Cancel
Save