diff --git a/plugins/utilities/quickturn.py b/plugins/utilities/quickturn.py index eff5fd5..684ac1b 100644 --- a/plugins/utilities/quickturn.py +++ b/plugins/utilities/quickturn.py @@ -6,6 +6,7 @@ Sharp turns while running (releasing run button, changing direction, holding run again) are much faster with this mod, allowing for more dynamic, aggressive play. Version 3 + No Rights Reserved """ # ba_meta require api 7 @@ -130,4 +131,4 @@ class Quickturn(ba.Plugin): Quickturn.wavedash(args[0]) func(*args, **kwargs) return wrapper - bastd.actor.spaz.Spaz.on_run = new_on_run(bastd.actor.spaz.Spaz.on_run) \ No newline at end of file + bastd.actor.spaz.Spaz.on_run = new_on_run(bastd.actor.spaz.Spaz.on_run)