diff --git a/source/Reloaded.Mod.Loader/Utilities/Steam/SteamHook.cs b/source/Reloaded.Mod.Loader/Utilities/Steam/SteamHook.cs index 5484167b..397333d1 100644 --- a/source/Reloaded.Mod.Loader/Utilities/Steam/SteamHook.cs +++ b/source/Reloaded.Mod.Loader/Utilities/Steam/SteamHook.cs @@ -48,6 +48,7 @@ IHook HookExportedFunction(IntPtr libraryHandle, string functionName, T ha } } + // This is a hack and only applies to UE4 games (leaving as is until R3) private bool TryFindUnrealSteamApi(out string steamApiPath) { steamApiPath = null;