From 8fa5f2700e430613b437af67c1553aafc4414845 Mon Sep 17 00:00:00 2001 From: changjiuxiong <31230281+changjiuxiong@users.noreply.github.com> Date: Tue, 13 Oct 2020 09:23:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=9C=B0=E4=B8=BB=E7=89=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/doudizhu/Game.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/doudizhu/Game.js b/src/doudizhu/Game.js index 2f87bed..fddff5c 100644 --- a/src/doudizhu/Game.js +++ b/src/doudizhu/Game.js @@ -57,6 +57,7 @@ class Game{ dizhu.type = 'dizhu'; this.dizhu = dizhu; + this.sendDiZhuPoker(); this.start(); } -- GitLab