From e9e08ef0d6806bb82d2da1b7e50ec7cbafe750ae Mon Sep 17 00:00:00 2001 From: jona605a Date: Tue, 11 Aug 2020 22:02:40 +0200 Subject: [PATCH] :bug: --- funcs/games/hex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funcs/games/hex.py b/funcs/games/hex.py index 4295fc0..205f1b4 100644 --- a/funcs/games/hex.py +++ b/funcs/games/hex.py @@ -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