From d4ce09aa8c46b83d35eed3d5a56b42a508a8e616 Mon Sep 17 00:00:00 2001 From: Ehl'tee Es <127939494+LTS-FFXIV@users.noreply.github.com> Date: Wed, 7 Feb 2024 13:55:02 -0600 Subject: [PATCH] Update Service.cs fixing Service.Username to allow live build to pull from updated list --- 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 3adbb7fbb..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 = "ArchiDog1998", 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)]