mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 04:27:16 +02:00
Checked at_init() due to reported issues of it not getting called. Couldn't find any problems, rather it was called too many times, so removed an unecessary call.
This commit is contained in:
parent
de9c2ec437
commit
f1d743f14c
3 changed files with 6 additions and 6 deletions
|
|
@ -85,6 +85,7 @@ class Object(TypeClass):
|
|||
the server without the players logging out), put it here.
|
||||
"""
|
||||
pass
|
||||
|
||||
|
||||
def basetype_posthook_setup(self):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue