From efb3bea72f3f657d7c56166af8d14136a4a31501 Mon Sep 17 00:00:00 2001 From: EpicUsername12 <39063367+EpicUsername12@users.noreply.github.com> Date: Sat, 14 Jan 2023 19:36:57 +0100 Subject: [PATCH] Minor spelling mistake (i win) --- source/patches.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/patches.cpp b/source/patches.cpp index 9fd338d..90b05f0 100644 --- a/source/patches.cpp +++ b/source/patches.cpp @@ -137,7 +137,7 @@ bool SPLATOON_AddPatches(std::vector &functionPatches) { DEBUG_FUNCTION_LINE_ERR("Failed to add \"enl_TransportManager_getContentTransporter\" patch"); return false; } - functionPatches.emplace_back("enl::PiaUtil::ParseIdentificationToken", handle); + functionPatches.emplace_back("enl::TransportManager::getContentTransporter", handle); function_replacement_data_t repl1 = REPLACE_FUNCTION_OF_EXECUTABLE_BY_ADDRESS_WITH_VERSION( enl_TransportManager_updateReceiveBuffer_,