"fix" gisserver for 14.60

This commit is contained in:
Gray
2025-03-30 15:44:52 -04:00
parent 228240101d
commit 2b6b321270
3 changed files with 7 additions and 5 deletions

View File

@@ -1375,7 +1375,7 @@ static inline uint64 FindGIsServer()
return __int64(GetModuleHandleW(0)) + 0x637925C;
if (Fortnite_Version == 12.41)
return __int64(GetModuleHandleW(0)) + 0x804B65A;
if (Fortnite_Version == 14.60)
if (Fortnite_Version == 14.60 && Fortnite_CL == 14756138)
return __int64(GetModuleHandleW(0)) + 0x939930E;
if (Fortnite_Version == 17.30)
return __int64(GetModuleHandleW(0)) + 0x973E499;