mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-08 15:22:07 +00:00
Add the missing \n in ClientReliableWrite_String (cl, "cmd snap");
This commit is contained in:
parent
8e0d495625
commit
e1e964d446
1 changed files with 1 additions and 1 deletions
|
@ -793,7 +793,7 @@ SV_Snap (int uid)
|
||||||
cl->remote_snap = false;
|
cl->remote_snap = false;
|
||||||
|
|
||||||
ClientReliableWrite_Begin (cl, svc_stufftext, 24);
|
ClientReliableWrite_Begin (cl, svc_stufftext, 24);
|
||||||
ClientReliableWrite_String (cl, "cmd snap");
|
ClientReliableWrite_String (cl, "cmd snap\n");
|
||||||
Con_Printf ("Requesting snap from user %d...\n", uid);
|
Con_Printf ("Requesting snap from user %d...\n", uid);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue