Aeroluna
Aeroluna
Closed for inactivity
Fixed in https://github.com/Aeroluna/Heck/commit/d9c62def9016b14a8f0929928d88ece6d4cd8f69
Can't seem to get it to happen on my end, I can only assume its either because you are on an older version (1.23) or more likely a mod conflict...
> > same, it ~doubles your percentage, it also shows all other people on the leaderboard as having doubled percentages > > 1.28 is severely outdated and not supported AFAIK...
Appears to be a bug when using the "Solo Environment" option in MultiplayerExtensions on maps that duplicate a `LightPairRotationEventEffect`. This is likely a bug that needs to be fixed within...
as stated, this would break maps just as much as break them, closing
Adding a `[AffinityTargetMethod]` attribute to complement `[HarmonyTargetMethod]` Instead of needing to specific method to patch from `[AffinityPatch]`, call a method that returns what method to patch. ```csharp [HarmonyTargetMethod] private static...
Following how Harmony does it: only allow one target method for a class and disallow using individual annotations with `[AffinityTargetMethod]` https://github.com/BepInEx/HarmonyX/blob/master/Harmony/Public/PatchClassProcessor.cs#L142 ```csharp [AffinityTargetMethod] private MethodBase TargetMethod() { return AccessTools.Method(typeof(something), "something");...
fixed https://github.com/Aeroluna/Heck/commit/be2fe1256b3aea82b6e5c5b3422ddb9f85334524
Closed for inactivity