Merge pull request #36 from PixieCore/master

Check if script checksum is valid.
This commit is contained in:
PixieCore 2021-08-15 01:02:02 +02:00 committed by GitHub
commit 5b295221d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}