Skip to content

Commit

Permalink
remove: player requirements to start match
Browse files Browse the repository at this point in the history
  • Loading branch information
RealistikDash committed Jul 21, 2024
1 parent e89e9fa commit 02881b6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions peppy/objects/match.py
Original file line number Diff line number Diff line change
Expand Up @@ -922,10 +922,6 @@ def start(self):
# Remove isStarting timer flag thingie
self.isStarting = False

# Make sure we have enough players
if self.countUsers() < 2 or not self.checkTeams():
return False

# Create playing channel
glob.streams.add(self.playingStreamName)

Expand Down

0 comments on commit 02881b6

Please sign in to comment.