diff --git a/src/LevelTick.cs b/src/LevelTick.cs index 460a36b..8ea568c 100644 --- a/src/LevelTick.cs +++ b/src/LevelTick.cs @@ -18,7 +18,7 @@ internal static void InitHook() { if ( NativeInterop.Hook.NativeFunc.Hook( - SymbolHelper.DlsymPointer("_ZN5Level4tickEv"), + SymbolHelper.DlsymPointer("_ZN11GameSession4tickEv"), (delegate* unmanaged)&LevelTickHook, out var original, out _