Skip to content

Commit

Permalink
Removed leftover ECar.
Browse files Browse the repository at this point in the history
  • Loading branch information
NicEastvillage committed Jul 1, 2019
1 parent 23016df commit c708d33
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions beastbot/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ def __init__(self, index, pos, is_big, is_active, timer):
self.is_big = is_big


class ECar(Car):
def __init__(self):
super().__init__()
self.name = ""

class EGameInfo(GameInfo):
def __init__(self, index, team):
super().__init__(index, team)
Expand Down

0 comments on commit c708d33

Please sign in to comment.