mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Merge pull request #36 from PixieCore/master
Check if script checksum is valid.
This commit is contained in:
commit
5b295221d6
@ -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