mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 05:27:17 +02:00
Fix breaking typo in evennia.objects.objects
Noneo->Noneo
This commit is contained in:
parent
be44882143
commit
a3b4660393
1 changed files with 1 additions and 1 deletions
|
|
@ -1955,7 +1955,7 @@ class DefaultCharacter(DefaultObject):
|
|||
|
||||
"""
|
||||
errors = []
|
||||
obj = Noneo
|
||||
obj = None
|
||||
# Get IP address of creator, if available
|
||||
ip = kwargs.pop('ip', '')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue