mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-09 16:32:33 +00:00
Merge branch 'let-there-be-var' into 'master'
Change netvars in replays See merge request KartKrew/Kart!234
This commit is contained in:
commit
e23027d678
1 changed files with 1 additions and 1 deletions
|
|
@ -1543,7 +1543,7 @@ static void CV_SetCVar(consvar_t *var, const char *value, boolean stealth)
|
|||
}
|
||||
|
||||
// Only add to netcmd buffer if in a netgame, otherwise, just change it.
|
||||
if (netgame || multiplayer)
|
||||
if (netgame)
|
||||
{
|
||||
WRITEUINT16(p, var->netid);
|
||||
WRITESTRING(p, value);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue