fix error when changing nicks in join phase
This commit is contained in:
parent
d3676948c3
commit
87e387df5f
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user