Skip to content

Commit

Permalink
Switch SendInitialPlayers to dem_all.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsvensson committed Jan 20, 2025
1 parent c0baffd commit 5a698de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fteqtv/forward.c
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ void Net_SendConnectionMVD(sv_t *qtv, oproxy_t *prox)

//playerstates are delta-compressed, unfortunatly this isn't qwd (thanks to qqshka for showing my folly)
Prox_SendInitialPlayers(qtv, prox, &msg);
Prox_SendMessage(qtv->cluster, prox, msg.data, msg.cursize, dem_read, (unsigned)-1);
Prox_SendMessage(qtv->cluster, prox, msg.data, msg.cursize, dem_all, (unsigned)-1);
msg.cursize = 0;

//we do need to send entity states.
Expand Down

0 comments on commit 5a698de

Please sign in to comment.