CLIENT: (Hack) use different protocol name for emscripten

This commit is contained in:
cypress 2023-12-02 13:14:44 -05:00
parent 987628e791
commit 3472c06043

View file

@ -79,6 +79,10 @@ noref void(float apiver, string enginename, float enginever) CSQC_Init =
platform_is_web = true;
else
platform_is_web = false;
if (platform_is_web) {
cvar_set("com_protocolname", "NZP-REBOOT-WEB");
}
//print("CSQC Started\n");
dummy = spawn();