rem comments

This commit is contained in:
ntr
2019-12-11 18:14:25 +10:00
parent 676c63479c
commit 8d75c88076
-3
View File
@@ -456,9 +456,6 @@ impl Game {
r_animation_ms += res.delay; r_animation_ms += res.delay;
} }
// handle cooldowns and statuses
// self.progress_durations(&casters);
if self.finished() { if self.finished() {
return self.finish() return self.finish()
} }