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

Commit

Permalink
fix repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaksuhn committed Jan 20, 2024
1 parent 4eff940 commit a6c2ea8
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 = "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)]
Expand Down

0 comments on commit a6c2ea8

Please sign in to comment.