Hide prototypes from CmdScripts output. Resolves #2067
This commit is contained in:
parent
8c44766c0a
commit
15f1eaaac0
5 changed files with 17 additions and 13 deletions
|
|
@ -851,7 +851,7 @@ class TestMenuModule(EvenniaTest):
|
|||
|
||||
self.assertEqual(obj.typeclass_path, "evennia.objects.objects.DefaultObject")
|
||||
self.assertEqual(
|
||||
obj.tags.get(category=spawner._PROTOTYPE_TAG_CATEGORY), self.test_prot["prototype_key"]
|
||||
obj.tags.get(category=spawner.PROTOTYPE_TAG_CATEGORY), self.test_prot["prototype_key"]
|
||||
)
|
||||
|
||||
# update helpers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue