summaryrefslogtreecommitdiff
path: root/snowbrawl.py
diff options
context:
space:
mode:
Diffstat (limited to 'snowbrawl.py')
-rw-r--r--snowbrawl.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/snowbrawl.py b/snowbrawl.py
index 8da7d35..cadfe90 100644
--- a/snowbrawl.py
+++ b/snowbrawl.py
@@ -498,9 +498,9 @@ class Queue(object):
#Check if queue contains player
def contains(self, player):
- if player in self.queue:
- return True
- return False
+ if player in self.queue:
+ return True
+ return False
def clear(self):
self.queue = []