diff --git a/src/FallenMovementUnlocker.cs b/src/FallenMovementUnlocker.cs index d8c45e3..553f8c4 100644 --- a/src/FallenMovementUnlocker.cs +++ b/src/FallenMovementUnlocker.cs @@ -2,7 +2,7 @@ using SwiftlyS2.Shared.Plugins; namespace FallenMovementUnlocker; -[PluginMetadata(Id = "FallenMovementUnlocker", Version = "1.0.0", Name = "FallenMovementUnlocker", Author = "Source2ZE, ported by Slime to SwiftlyS2")] +[PluginMetadata(Id = "FallenMovementUnlocker", Version = "1.0.1", Name = "FallenMovementUnlocker", Author = "Source2ZE, ported by Slime to SwiftlyS2")] public sealed class FallenMovementUnlocker(ISwiftlyCore core) : BasePlugin(core) { public override void Load(bool hotReload) diff --git a/src/resources/gamedata/patches.jsonc b/src/resources/gamedata/patches.jsonc index ad43988..75853ae 100644 --- a/src/resources/gamedata/patches.jsonc +++ b/src/resources/gamedata/patches.jsonc @@ -1,7 +1,7 @@ { "MovementUnlocker": { "signature": "MovementUnlocker", - "windows": "E9 B0 00 00 00 90", + "windows": "E9 B1 00 00 00 90", "linux": "90 90 90 90 90 90" } } \ No newline at end of file diff --git a/src/resources/gamedata/signatures.jsonc b/src/resources/gamedata/signatures.jsonc index 12eca85..a5b1d45 100644 --- a/src/resources/gamedata/signatures.jsonc +++ b/src/resources/gamedata/signatures.jsonc @@ -1,7 +1,7 @@ { "MovementUnlocker": { "lib": "server", - "windows": "0F 86 AF ? ? ? 0F 57 C0 0F 2E C2", - "linux": "0F 87 ? ? ? ? F3 0F 10 3D ? ? ? ? F3 0F 11 BD ? ? ? ? 48 89 DE" + "windows": "0F 86 B0 ? ? ? 0F 57 C0 0F 2E C2", + "linux": "0F 87 ? ? ? ? F3 0F 10 35 ? ? ? ? F3 0F 11 B5" } } \ No newline at end of file