Skip to content

Commit

Permalink
fix spectator name pre-colouring
Browse files Browse the repository at this point in the history
this change stops the pre-shading of the player name in-game (on spec hud), of either a red or blue shade, depending on their team. Reason for this is it conflicts with what the player imagines their name appears as throughout the game.

Screenshots of issue:
http://imgur.com/a/seVyf
  • Loading branch information
Thomas Jones committed May 7, 2016
1 parent c69b4b5 commit 9005e4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions names.py
Expand Up @@ -93,6 +93,7 @@ def cmd_name(self, player, msg, channel):
return minqlx.RET_STOP_ALL

self.name_set = True
name = "^7" + name
player.name = name
self.db[name_key] = name
player.tell("The name has been registered. To make me forget about it, a simple ^6{}name^7 will do it."
Expand Down

0 comments on commit 9005e4a

Please sign in to comment.