projects
/
carveJwlIkooP6JGAAIwe30JlM.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8090b8d
)
mistake in chat message propogation
author
hgn
<hgodden00@gmail.com>
Mon, 13 Nov 2023 02:37:13 +0000
(
02:37
+0000)
committer
hgn
<hgodden00@gmail.com>
Mon, 13 Nov 2023 02:37:13 +0000
(
02:37
+0000)
gameserver.c
patch
|
blob
|
history
diff --git
a/gameserver.c
b/gameserver.c
index 9116a34eb3aa240fc4e556fbb54471496bd620ab..7c8c960f6103b942cf98b41bced74d7f8fe71be0 100644
(file)
--- 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 {