mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Check if script checksum is valid.
This commit is contained in:
parent
755fa46ea4
commit
b3ea6c9c94
@ -69,6 +69,9 @@ void CCompanion::UpdateHostingStatus()
|
||||
if (!BroadCastServer) // Do we wanna broadcast server to the browser?
|
||||
break;
|
||||
|
||||
if (*reinterpret_cast<std::int32_t*>(0x1656057E0) == NULL) // Check if script checksum is valid yet.
|
||||
break;
|
||||
|
||||
SendHostingPostRequest();
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user