src/network/network_client.cpp
changeset 7807 b10fc6c5d081
parent 7266 b16e67e992b4
child 7999 bb3a1508fd71
--- a/src/network/network_client.cpp	Mon Oct 29 23:29:06 2007 +0000
+++ b/src/network/network_client.cpp	Tue Oct 30 11:29:01 2007 +0000
@@ -341,7 +341,7 @@
 	uint16 index = p->Recv_uint16();
 	PlayerID playas = (Owner)p->Recv_uint8();
 	char name[NETWORK_NAME_LENGTH];
-	char unique_id[NETWORK_NAME_LENGTH];
+	char unique_id[NETWORK_UNIQUE_ID_LENGTH];
 
 	p->Recv_string(name, sizeof(name));
 	p->Recv_string(unique_id, sizeof(unique_id));