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 be44882143
commit a3b4660393

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', '')