about summary refs log tree commit diff
path: root/src/game/client/gameclient.cpp
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-10-19 09:10:55 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-10-19 09:10:55 +0000
commit119b5af3d31b6d5e61948b1bd33ef96f46806d6e (patch)
tree1fd2b4c6f98a9fe297ef384f308715f3f907a997 /src/game/client/gameclient.cpp
parent1a28f88e72d581148e56e3e96895fd350e69a016 (diff)
downloadzcatch-119b5af3d31b6d5e61948b1bd33ef96f46806d6e.tar.gz
zcatch-119b5af3d31b6d5e61948b1bd33ef96f46806d6e.zip
fixed a lot of network troubles
Diffstat (limited to 'src/game/client/gameclient.cpp')
-rw-r--r--src/game/client/gameclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/gameclient.cpp b/src/game/client/gameclient.cpp
index a0c83366..45e4aecd 100644
--- a/src/game/client/gameclient.cpp
+++ b/src/game/client/gameclient.cpp
@@ -773,7 +773,7 @@ void GAMECLIENT::send_info(bool start)
 		msg.use_custom_color = config.player_use_custom_color;
 		msg.color_body = config.player_color_body;
 		msg.color_feet = config.player_color_feet;
-		msg.pack(MSGFLAG_VITAL|MSGFLAG_FLUSH);
+		msg.pack(MSGFLAG_VITAL);
 	}
 	else
 	{