more bug fix and security update

This commit is contained in:
Ayush Saini 2023-08-19 22:31:57 +05:30
parent e40f147121
commit 6216752a83
23 changed files with 123 additions and 146 deletions

View file

@ -41,7 +41,7 @@ class MikiWavedashTest:
if self.node.knockout > 0.0 or self.frozen or self.node.hold_node:
return
t_ms = bs.time(timeformat=babase.TimeFormat.MILLISECONDS)
t_ms = bs.time() * 1000
assert isinstance(t_ms, int)
if t_ms - self.last_wavedash_time_ms >= self._wavedash_cooldown: