mirror of
https://github.com/evennia/evennia.git
synced 2026-03-21 23:36:30 +01:00
Removed some old and now confusing, unsused variables and added some documenting strings.
This commit is contained in:
parent
030c245b5b
commit
949da47917
4 changed files with 2 additions and 4 deletions
|
|
@ -774,8 +774,6 @@ class Character(Object):
|
|||
"call:false()"])) # no commands can be called on character from outside
|
||||
# add the default cmdset
|
||||
self.cmdset.add_default(settings.CMDSET_DEFAULT, permanent=True)
|
||||
# no other character should be able to call commands on the Character.
|
||||
self.cmdset.outside_access = False
|
||||
|
||||
def at_object_creation(self):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue