From 3f65540ec529332f2ea63174d556c11cb05ca0b7 Mon Sep 17 00:00:00 2001 From: oscar-wos <29248751+oscar-wos@users.noreply.github.com> Date: Tue, 21 Apr 2026 05:43:23 +0100 Subject: [PATCH] https://github.com/Source2ZE/CS2Fixes/commit/6c215c5811abadd4d94aba8e4e08c21df0928080 --- src/FallenMovementUnlocker.cs | 2 +- src/resources/gamedata/patches.jsonc | 2 +- src/resources/gamedata/signatures.jsonc | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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