Set protocol from com_protocol

This commit is contained in:
smallmodel 2023-08-10 03:55:50 +02:00
parent 477735cb3d
commit dd30bfde15
No known key found for this signature in database
GPG key ID: A96F163ED4891440

View file

@ -2610,7 +2610,9 @@ void Com_InitTargetGameWithType(target_game_e target_game)
default:
Com_Error(ERR_FATAL, "Invalid target game '%d'", target_game);
return;
}
}
Cvar_Set("protocol", Cvar_VariableString("com_protocol"));
}
/*