mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-14 11:09:17 +01:00
"fix" gisserver for 14.60
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user