??????????
This commit is contained in:
@@ -206,7 +206,7 @@ class score:
|
||||
self.rank,
|
||||
self.date)
|
||||
|
||||
def setCompletedStatus(self, b = None):
|
||||
def setCompletedStatus(self):
|
||||
"""
|
||||
Set this score completed status and rankedScoreIncrease
|
||||
"""
|
||||
@@ -216,7 +216,6 @@ class score:
|
||||
userID = userUtils.getID(self.playerName)
|
||||
|
||||
# Create beatmap object
|
||||
if b is None:
|
||||
b = beatmap.beatmap(self.fileMd5, 0)
|
||||
|
||||
# Make sure we don't have another score identical to this one
|
||||
|
@@ -205,7 +205,7 @@ class score:
|
||||
self.rank,
|
||||
self.date)
|
||||
|
||||
def setCompletedStatus(self, b = None):
|
||||
def setCompletedStatus(self):
|
||||
"""
|
||||
Set this score completed status and rankedScoreIncrease
|
||||
"""
|
||||
@@ -215,7 +215,6 @@ class score:
|
||||
userID = userUtils.getID(self.playerName)
|
||||
|
||||
# Create beatmap object
|
||||
if b is None:
|
||||
b = beatmap.beatmap(self.fileMd5, 0)
|
||||
|
||||
# Make sure we don't have another score identical to this one
|
||||
|
Reference in New Issue
Block a user