Fix client

This commit is contained in:
Maurice Heumann 2023-02-03 19:19:47 +01:00
parent 0666cff236
commit 6ac0dd57e6

View File

@ -262,7 +262,7 @@ namespace
throw std::runtime_error("Unable to load binary into memory");
}
if (has_server != game::is_server())
if (is_server != game::is_server())
{
throw std::runtime_error("Bad binary loaded into memory");
}