Browse Source

Merge pull request #417 from shangfengh/new

fix:  cancel removing the student
tags/0.1.0
Timothy Liu GitHub 2 years ago
parent
commit
5fc163261d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      logic/Gaming/CharacterManager .cs

+ 0
- 2
logic/Gaming/CharacterManager .cs View File

@@ -398,10 +398,8 @@ namespace Gaming
((SummonGolem)(((Golem)player).Parent.FindIActiveSkill(ActiveSkillType.SummonGolem))).GolemSummoned = null;
player.FindIActiveSkill(ActiveSkillType.UseRobot).IsBeingUsed = false;
}
gameMap.Remove(player);
return;
}
gameMap.Remove(player);
++gameMap.NumOfDeceasedStudent;
}



Loading…
Cancel
Save