Fix messages

This commit is contained in:
momo5502 2023-03-04 13:51:05 +01:00
parent 174408fc9e
commit 8c5984220d

View File

@ -314,11 +314,11 @@ namespace
throw std::runtime_error("Bad binary loaded into memory"); throw std::runtime_error("Bad binary loaded into memory");
} }
if (!is_server && !game::is_legacy_client()) if (!is_server && !game::is_client())
{ {
if(game::is_client()) if(game::is_legacy_client())
{ {
throw std::runtime_error("You are running the latest Steam update. We're working on supporting it. For the time being, however, you have to revert to the old binary."); throw std::runtime_error("You are using the outdated BlackOps3.exe. This version is not supported anymore. Please use the latest binary from Steam.");
} }
throw std::runtime_error("Bad binary loaded into memory"); throw std::runtime_error("Bad binary loaded into memory");