From be535e1d7cf51eb6cedcd187f80a9c256f77ff78 Mon Sep 17 00:00:00 2001 From: nullifiedcat Date: Sat, 9 Dec 2017 20:30:20 +0300 Subject: [PATCH] FAKENAME works --- src/interfaces.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces.cpp b/src/interfaces.cpp index e08c5f9c..07d79ab0 100644 --- a/src/interfaces.cpp +++ b/src/interfaces.cpp @@ -110,7 +110,7 @@ void CreateInterfaces() "C7 04 24 ? ? ? ? E8 ? ? ? ? C9 C3"); logging::Info("SteamAPI: 0x%08x", sig_steamapi); void **SteamAPI_engine = *reinterpret_cast(sig_steamapi + 36); - g_ISteamFriends = (ISteamFriends *) (SteamAPI_engine[1]); // + g_ISteamFriends = (ISteamFriends *) (SteamAPI_engine[2]); // } if (g_ISteamFriends == nullptr) {