about summary refs log tree commit diff
path: root/src/game/server/gs_server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/server/gs_server.cpp')
-rw-r--r--src/game/server/gs_server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/server/gs_server.cpp b/src/game/server/gs_server.cpp
index e46001ee..78ad3f9f 100644
--- a/src/game/server/gs_server.cpp
+++ b/src/game/server/gs_server.cpp
@@ -2189,7 +2189,7 @@ void mods_message(int msgtype, int client_id)
 			
 			//
 			NETMSG_SV_READY_TO_ENTER m;
-			m.pack(MSGFLAG_VITAL);
+			m.pack(MSGFLAG_VITAL|MSGFLAG_FLUSH);
 			server_send_msg(client_id);			
 		}