Skip to content

Commit

Permalink
Ban bots
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayman committed Dec 3, 2024
1 parent 97c4c5b commit ce8eb98
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions racer/bots/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from .rayman import RoadRunner
from .daniel import Racinator
from .gitplant import Lombardi
from .mhoogesteger import SmoothSailing
from .mhoogesteger import SmoothSailing, PedaltotheMetal

all_bots = [
# Default bots
Expand All @@ -39,7 +39,6 @@
Racinator,
Lombardi,
PaulBot,
SmoothSailing,

# Non competing bots
# RoadRunner,
Expand All @@ -49,4 +48,8 @@
# Lightyear,
# LilRacer,
# Bottas,

# Banned for cheating
# SmoothSailing,
# PedaltotheMetal,
]

0 comments on commit ce8eb98

Please sign in to comment.