mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Set protocol from com_protocol
This commit is contained in:
parent
477735cb3d
commit
dd30bfde15
1 changed files with 3 additions and 1 deletions
|
@ -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"));
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue