Compare commits

..

No commits in common. "1aec1bda609ca51e80c30df3b64dc3ff80339843" and "bd9ee968f5a9b8bbd76b32b6497177605f557dbe" have entirely different histories.

3 changed files with 2 additions and 7 deletions

View File

@ -4,7 +4,7 @@ using HarmonyLib;
namespace doot.Patches; namespace doot.Patches;
[HarmonyPatch(typeof(HornPlayer))] [HarmonyPatch(typeof(HornPlayer))]
[HarmonyPatch(nameof(HornPlayer.OnEnable))] [HarmonyPatch(nameof(HornPlayer.Start))]
public class HornPlayer_Patch public class HornPlayer_Patch
{ {
private static void Postfix(ref HornPlayer __instance) private static void Postfix(ref HornPlayer __instance)

View File

@ -1,6 +1,6 @@
{ {
"Id": "doot", "Id": "doot",
"Version": "0.0.2", "Version": "0.0.1",
"DisplayName": "doot", "DisplayName": "doot",
"Author": "Tostiman", "Author": "Tostiman",
"EntryMethod": "doot.Main.Load", "EntryMethod": "doot.Main.Load",

View File

@ -1,10 +1,5 @@
{ {
"Releases": [ "Releases": [
{
"Id": "doot",
"Version": "0.0.2",
"DownloadUrl": "https://git.tostiman.com/tostiman/rr_doot/releases/download/v0.0.2/doot.zip"
},
{ {
"Id": "doot", "Id": "doot",
"Version": "0.0.1", "Version": "0.0.1",