Add 1.8.1 CL to addresses

This commit is contained in:
CrazyCSIW6
2025-09-15 06:35:25 +09:30
committed by GitHub
parent 778a295b2d
commit e754a0b17d

View File

@@ -96,6 +96,8 @@ void Addresses::SetupVersion()
Fortnite_Version = 1.72; Fortnite_Version = 1.72;
if (Fortnite_CL == 3724489) if (Fortnite_CL == 3724489)
Fortnite_Version = 1.8; Fortnite_Version = 1.8;
if (Fortnite_CL == 3729133)
Fortnite_Version = 1.8; // 1.8.1
if (Fortnite_CL == 3741772) if (Fortnite_CL == 3741772)
Fortnite_Version = 1.8; // 1.8.2 Fortnite_Version = 1.8; // 1.8.2
if (Fortnite_CL == 3757339) if (Fortnite_CL == 3757339)