Fixed signature

This commit is contained in:
2025-08-09 17:24:21 +03:00
parent 20eeafdc41
commit 0a0ae4bee9
3 changed files with 19 additions and 12 deletions

View File

@@ -82,7 +82,7 @@ internal static class Constants
/// <summary>
/// Movement hook address, used for position offset and other changes which cannot be done in main hook
/// </summary>
public const string MovementHookAddress = "E8 ?? ?? ?? ?? 84 DB 74 45";
public const string MovementHookAddress = "E8 ?? ?? ?? ?? 84 DB 74 3A";
internal static class Colors
{