This commit is contained in:
jona605a
2020-08-11 22:02:40 +02:00
parent f0044bcfb1
commit e9e08ef0d6

View File

@ -162,7 +162,7 @@ def placeHex(channel : str,position : str, user):
if winner == 0: # Continue with the game.
gameWon = False
message = getName(data[channel]["players"][player-1])+" placed at "+position.upper()+". It's now "+getName(data[channel]["players"][turn-1])+"'s turn. The score is "+str(score)
message = getName(data[channel]["players"][player-1])+" placed at "+position.upper()+". It's now "+getName(data[channel]["players"][turn-1])+"'s turn."# The score is "+str(score)
else: # Congratulations!
gameWon = True