mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 12:56:30 +01:00
Fix breaking typo in evennia.objects.objects
Noneo->Noneo
This commit is contained in:
parent
b609c548f0
commit
0eef4bee6f
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