Fix breaking typo in evennia.objects.objects

Noneo->Noneo
This commit is contained in:
Greg Taylor 2019-09-15 00:05:22 -07:00 committed by Greg Taylor
parent b609c548f0
commit 0eef4bee6f

View file

@ -1955,7 +1955,7 @@ class DefaultCharacter(DefaultObject):
"""
errors = []
obj = Noneo
obj = None
# Get IP address of creator, if available
ip = kwargs.pop('ip', '')