mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 21:47:17 +02:00
Fixed a type. See previous commit.
This commit is contained in:
parent
6eff51de20
commit
4519169e1c
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ PERMISSION_HIERARCHY = [p.lower() for p in settings.PERMISSION_HIERARCHY]
|
|||
PARENTS = {
|
||||
"typeclass":"src.typeclasses.typeclass.TypeClass",
|
||||
"objectdb":"src.objects.models.ObjectDB",
|
||||
"layerdb":"src.players.models.PlayerDB",
|
||||
"playerdb":"src.players.models.PlayerDB",
|
||||
"scriptdb":"src.scripts.models.ScriptDB",
|
||||
"msg":"src.comms.models.Msg",
|
||||
"channel":"src.comms.models.Channel",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue