Check if script checksum is valid.

This commit is contained in:
IcePixelx 2021-08-15 01:00:39 +02:00
parent 755fa46ea4
commit b3ea6c9c94

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