From: hgn Date: Mon, 13 Nov 2023 02:37:13 +0000 (+0000) Subject: mistake in chat message propogation X-Git-Url: https://harrygodden.com/git/?a=commitdiff_plain;h=5f1e33516cfe1342dada846ad0f262ed0b0e5b41;hp=8090b8da9ce1397ba47d7e2d91b4f1716f708f25;p=carveJwlIkooP6JGAAIwe30JlM.git mistake in chat message propogation --- diff --git a/gameserver.c b/gameserver.c index 9116a34..7c8c960 100644 --- a/gameserver.c +++ b/gameserver.c @@ -525,7 +525,7 @@ static void gameserver_rx_200_300( SteamNetworkingMessage_t *msg ){ prop->msg, NETWORK_MAX_CHAT ); vg_info( "[%d]: %s\n", client_id, prop->msg ); - gameserver_send_to_all( client_id, prop, sizeof(netmsg_chat)+l, + gameserver_send_to_all( client_id, prop, sizeof(netmsg_chat)+l+1, k_nSteamNetworkingSend_Reliable ); } else {