Browse Source

fix: 🐛 fix problem of calling AllPlayerUsePassiveSkill

tags/0.1.0
gsy1519 2 years ago
parent
commit
9bb265b6d7
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      logic/Server/GameServer.cs

+ 1
- 0
logic/Server/GameServer.cs View File

@@ -57,6 +57,7 @@ namespace Server
if (flag == true)
{
ReportGame(GameState.GameStart);
game.AllPlayerUsePassiveSkill();
flag = false;
}
else ReportGame(GameState.GameRunning);


Loading…
Cancel
Save