fix(content): Converts mahjong packets (#402)
- [X] Converts mahjong packets
This commit is contained in:
parent
f4dd7c8e7f
commit
ca196e4729
7 changed files with 436 additions and 51 deletions
|
|
@ -83,7 +83,7 @@ namespace Server.Engines.Mahjong
|
|||
|
||||
if (Players.IsInGamePlayer(Players.DealerPosition))
|
||||
{
|
||||
Players.Dealer.Send(new MahjongGeneralInfo(this));
|
||||
Players.Dealer.NetState.SendMahjongGeneralInfo(this);
|
||||
}
|
||||
|
||||
Players.SendTilesPacket(false, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue