use user id for guildcard number

This commit is contained in:
jake 2019-12-18 21:06:49 -08:00
parent 6d384f77da
commit c8dd57edb4

View File

@ -210,7 +210,7 @@ impl<EG: EntityGateway> ShipServerState<EG> {
PlayerInfo {
header: PlayerHeader {
tag: 0x100,
guildcard: room_client.index as u32,//client.user.id,
guildcard: client.user.id,
_unknown1: [0; 5],
client_id: room_client.index as u32,
name: c.name,