Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #27 from LTS-FFXIV/patch-1
Browse files Browse the repository at this point in the history
Update Service.cs
  • Loading branch information
Jaksuhn committed Feb 7, 2024
2 parents 0ee1c14 + d4ce09a commit c5b1ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RotationSolver.Basic/Service.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit c5b1ef1

Please sign in to comment.