summaryrefslogtreecommitdiff
path: root/src/server/user.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/user.c')
-rw-r--r--src/server/user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/user.c b/src/server/user.c
index d5ba9a2..36df361 100644
--- a/src/server/user.c
+++ b/src/server/user.c
@@ -421,7 +421,7 @@ void SV_New_f(void)
break;
case PROTOCOL_VERSION_Q2PRO:
MSG_WriteShort(sv_client->version);
- MSG_WriteByte(2); // used to be GT_DEATHMATCH
+ MSG_WriteByte(sv.state);
MSG_WriteByte(sv_client->pmp.strafehack);
MSG_WriteByte(sv_client->pmp.qwmode);
if (sv_client->version >= PROTOCOL_VERSION_Q2PRO_WATERJUMP_HACK) {