Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #159 from PhlexPlexico/development
Browse files Browse the repository at this point in the history
Wrong variable in map_stats forfeit.
  • Loading branch information
PhlexPlexico authored Oct 23, 2019
2 parents ca47bde + 77f5e43 commit 2055b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get5/match.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def match_forfeit(matchid, teamwinner):
match.end_time = datetime.now()
match.forfeit = 1
map_stats.end_time = datetime.now()
map_stats.winner = teamwinner
map_stats.winner = winnerId
server = GameServer.query.get(match.server_id)
if server:
server.in_use = False
Expand Down

0 comments on commit 2055b7b

Please sign in to comment.