From a6c2ea8709f2e33a4e221d911eedccb629bd0d70 Mon Sep 17 00:00:00 2001 From: Jackson <9527380+Jaksuhn@users.noreply.github.com> Date: Sat, 20 Jan 2024 10:46:17 +0000 Subject: [PATCH] fix repo --- RotationSolver.Basic/Service.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RotationSolver.Basic/Service.cs b/RotationSolver.Basic/Service.cs index 1bd374b68..212477a66 100644 --- a/RotationSolver.Basic/Service.cs +++ b/RotationSolver.Basic/Service.cs @@ -9,7 +9,7 @@ namespace RotationSolver.Basic; internal class Service : IDisposable { - public const string COMMAND = "/rotation", USERNAME = "croizat", REPO = "RotationSolver"; + public const string COMMAND = "/rotation", USERNAME = "Jaksuhn", REPO = "RotationSolver"; // From https://GitHub.com/PunishXIV/Orbwalker/blame/master/Orbwalker/Memory.cs#L85-L87 [Signature("F3 0F 10 05 ?? ?? ?? ?? 0F 2E C6 0F 8A", ScanType = ScanType.StaticAddress, Fallibility = Fallibility.Infallible)]