Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions EasyVoiceMessage/EasyVoiceMessage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class EasyVoiceMessage : NeosMod
public override string Name => "EasyVoiceMessage";
public override string Author => "Sox";
public override string Version => "1.0.0";
public override string Link => "";
public override string Link => "https://github.com/Ryn-Fox/EasyVoiceMessageResonite/";
public override void OnEngineInit()
{
Harmony harmony = new Harmony("net.Sox.EasyVoiceMessage");
Expand All @@ -29,4 +29,4 @@ public static void PostFix(FriendsDialog __instance, SyncRef<Button> ____sendVoi
}
}
}
}
}