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