fix error when changing nicks in join phase

This commit is contained in:
jacob1 2015-11-14 22:58:04 -05:00
parent d3676948c3
commit 87e387df5f

View File

@ -3409,7 +3409,6 @@ def rename_player(cli, prefix, nick):
if prefix in var.ENTRANCED: # need to update this after death, too
var.ENTRANCED.remove(prefix)
var.ENTRANCED.add(nick)
if prefix in var.DEADCHAT_PLAYERS:
var.DEADCHAT_PLAYERS.remove(prefix)
var.DEADCHAT_PLAYERS.add(nick)