mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Re-add bool return name, it is required by API generator.
This commit is contained in:
parent
99a24a9647
commit
6266401c2d
1 changed files with 1 additions and 1 deletions
|
|
@ -1135,7 +1135,7 @@ class DefaultObject(with_metaclass(TypeclassBase, ObjectDB)):
|
|||
destination (Object): The object we are moving to
|
||||
|
||||
Returns:
|
||||
(bool): If we should move or not.
|
||||
shouldmove (bool): If we should move or not.
|
||||
|
||||
Notes:
|
||||
If this method returns False/None, the move is cancelled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue