Skip to content

Commit

Permalink
试图修bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Gingmzmzx committed Jan 13, 2023
1 parent d0e9fb9 commit 8951cda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public void onGameOver(GameOverEvent event) {
// 遍历teams数组
Game.teams.forEach(team -> {
// 把每个team注销
team.unregTeam();
// team.unregTeam(); // 上面队伍解散事件中已经unreg过了,重复unreg可能异常
// 获取团队信息
TeamInfo info = Game.scoreboardManager.getInfo(team);
// 获取每个玩家
Expand Down

0 comments on commit 8951cda

Please sign in to comment.