fix(content): Converts mahjong packets (#402)

- [X] Converts mahjong packets
This commit is contained in:
Kamron Batman 2021-01-12 00:59:42 -08:00 committed by GitHub
parent f4dd7c8e7f
commit ca196e4729
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 436 additions and 51 deletions

View file

@ -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);