mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 14:37:17 +02:00
Fixed a bug in amp that made reloading not work.
This commit is contained in:
parent
e36c7d5cc1
commit
2ba16e155e
8 changed files with 39 additions and 43 deletions
|
|
@ -677,7 +677,6 @@ class ObjectDB(TypedObject):
|
|||
if isinstance(data, dict):
|
||||
kwargs.update(data)
|
||||
|
||||
|
||||
if _GA(self, 'player'):
|
||||
# note that we must call the player *typeclass'* msg(), otherwise one couldn't overload it.
|
||||
if not sessid:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue