Updating Guid stuff.

This commit is contained in:
lotodore
2011-02-09 22:23:45 +00:00
parent 8ac6a3f7f5
commit c1b1ae2fe0
2 changed files with 18 additions and 16 deletions
-1
View File
@@ -1671,7 +1671,6 @@ ServerLobbyThread::EstablishSession(SessionWrapper session)
&netInitAck->yourSessionId,
(char *)&sessionId,
boost::uuids::uuid::static_size());
// initAckData.sessionId = session.sessionData->GetId(); // TODO: currently unused.
netInitAck->yourPlayerId = session.playerData->GetUniqueId();
GetSender().Send(session.sessionData, ack);