fix : 닉네임 hashkey로 임시 대체
This commit is contained in:
@@ -72,6 +72,7 @@ public class GameServer : ServerBase
|
||||
{
|
||||
HashKey = hashKey,
|
||||
PlayerId = (int)(hashKey & 0x7FFFFFFF),
|
||||
Nickname = (hashKey & 0x7FFFFFFF).ToString()
|
||||
};
|
||||
|
||||
cm.AddUser(1, hashKey, newPlayer, peer);
|
||||
@@ -359,6 +360,7 @@ public class GameServer : ServerBase
|
||||
{
|
||||
HashKey = hashKey,
|
||||
PlayerId = (int)(hashKey & 0x7FFFFFFF),
|
||||
Nickname = (hashKey & 0x7FFFFFFF).ToString()
|
||||
};
|
||||
|
||||
cm.AddUser(packet.ChannelId, hashKey, newPlayer, peer);
|
||||
|
||||
Reference in New Issue
Block a user