rem comments

This commit is contained in:
ntr 2019-12-11 18:14:25 +10:00
parent 676c63479c
commit 8d75c88076

View File

@ -456,9 +456,6 @@ impl Game {
r_animation_ms += res.delay;
}
// handle cooldowns and statuses
// self.progress_durations(&casters);
if self.finished() {
return self.finish()
}