This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
EESAST
/
THUAI6
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
3
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix:
⏪
cancel removing the student
tags/0.1.0
shangfengh
3 years ago
parent
50c4ce5bca
commit
8ad613c408
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
Write
Preview
Loading…
Cancel
Save