mirror of
https://github.com/evennia/evennia.git
synced 2026-03-23 00:06:30 +01:00
Fix bug in nick/delete. Resolves #1056.
This commit is contained in:
parent
f76ea7e576
commit
c30a55a677
1 changed files with 0 additions and 1 deletions
|
|
@ -159,7 +159,6 @@ class CmdNick(COMMAND_DEFAULT_CLASS):
|
|||
string = ""
|
||||
for nicktype in nicktypes:
|
||||
oldnick = caller.nicks.get(key=nickstring, category=nicktype, return_obj=True)
|
||||
oldnick = oldnick.key if oldnick is not None else None
|
||||
if oldnick:
|
||||
_, _, old_nickstring, old_replstring = oldnick.value
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue