typo replace
This commit is contained in:
@@ -6,4 +6,4 @@ class CanalButtonTopTarget(Target):
|
||||
super().__init__(20000, "Canal Button Bottom")
|
||||
|
||||
def hit(self):
|
||||
super().hit()()
|
||||
super().hit()
|
||||
@@ -6,4 +6,4 @@ class LeftLaneButton4Target(Target):
|
||||
super().__init__(20000, "Canal Button Middle Bottom")
|
||||
|
||||
def hit(self):
|
||||
super().hit()()
|
||||
super().hit()
|
||||
@@ -6,4 +6,4 @@ class LeftLaneButton3Target(Target):
|
||||
super().__init__(20000, "Canal Button Middle")
|
||||
|
||||
def hit(self):
|
||||
super().hit()()
|
||||
super().hit()
|
||||
@@ -6,4 +6,4 @@ class LeftLaneButton2Target(Target):
|
||||
super().__init__(20000, "Canal Button Middle Top")
|
||||
|
||||
def hit(self):
|
||||
super().hit()()
|
||||
super().hit()
|
||||
@@ -5,4 +5,4 @@ class LeftLaneButton1Target(Target):
|
||||
super().__init__(100, 'Left Lane Button #1')
|
||||
|
||||
def hit(self):
|
||||
super().hit()()
|
||||
super().hit()
|
||||
Reference in New Issue
Block a user