fix docstring for at_object_spawn

This commit is contained in:
InspectorCaracal 2024-07-17 21:46:26 -06:00 committed by GitHub
parent eee996b347
commit 958cdd4b10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2052,8 +2052,8 @@ class DefaultObject(ObjectDB, metaclass=TypeclassBase):
def at_object_spawn(self):
"""
Called once when this object is first spawned or updated from a prototype, after all the
creation hooks have been run and the object has been saved.
Called when this object is spawned or updated from a prototype, after all other
hooks have been run.
"""
pass