mirror of
https://github.com/R2Northstar/NorthstarLauncher
synced 2026-08-23 20:26:04 -04:00
Add FCVAR_REPLICATED flag to sv_alltalk (#871)
This commit is contained in:
parent
69b9d6c53b
commit
cf2fcdd459
1 changed files with 3 additions and 0 deletions
|
|
@ -229,6 +229,9 @@ void FixupCvarFlags()
|
|||
{"sound_volume_dialogue_sp", FCVAR_ARCHIVE_PLAYERPROFILE},
|
||||
{"sound_volume_music_game_sp", FCVAR_ARCHIVE_PLAYERPROFILE},
|
||||
{"sound_volume_sfx_sp", FCVAR_ARCHIVE_PLAYERPROFILE},
|
||||
|
||||
// fcvars that should be replicated
|
||||
{"sv_alltalk", FCVAR_REPLICATED},
|
||||
};
|
||||
|
||||
// array of cvars and the flags we want to remove from them
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue