Show score for loved maps on relax rather than PP

This commit is contained in:
Josh Smith
2018-12-10 04:12:36 -05:00
parent c0217e6339
commit e06436abb9
4 changed files with 20 additions and 10 deletions

View File

@@ -60,7 +60,6 @@ class handler(requestsManager.asyncRequestHandler):
if username != replayData["uname"]:
userUtils.incrementReplaysWatched(replayData["userid"], replayData["play_mode"], s.mods)
log.info("Serving replay_{}.osr".format(replayID))
fileName = ".data/replays/replay_{}.osr".format(replayID)
if os.path.isfile(fileName):