From e754a0b17d7c444346f09789c445b296c51a600a Mon Sep 17 00:00:00 2001 From: CrazyCSIW6 <51261276+CrazyCSIW6@users.noreply.github.com> Date: Mon, 15 Sep 2025 06:35:25 +0930 Subject: [PATCH] Add 1.8.1 CL to addresses --- Project Reboot 3.0/addresses.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Project Reboot 3.0/addresses.cpp b/Project Reboot 3.0/addresses.cpp index f01a199..73f3c5f 100644 --- a/Project Reboot 3.0/addresses.cpp +++ b/Project Reboot 3.0/addresses.cpp @@ -96,6 +96,8 @@ void Addresses::SetupVersion() Fortnite_Version = 1.72; if (Fortnite_CL == 3724489) Fortnite_Version = 1.8; + if (Fortnite_CL == 3729133) + Fortnite_Version = 1.8; // 1.8.1 if (Fortnite_CL == 3741772) Fortnite_Version = 1.8; // 1.8.2 if (Fortnite_CL == 3757339) @@ -727,4 +729,4 @@ std::vector Addresses::GetFunctionsToNull() toNull.push_back(Addresses::ChangeGameSessionId); return toNull; -} \ No newline at end of file +}