mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Merge pull request #2979 from InspectorCaracal/default-channel-typeclass
Remove typeclass from default channels setting
This commit is contained in:
commit
86686c0d15
1 changed files with 0 additions and 1 deletions
|
|
@ -818,7 +818,6 @@ DEFAULT_CHANNELS = [
|
|||
"aliases": ("pub",),
|
||||
"desc": "Public discussion",
|
||||
"locks": "control:perm(Admin);listen:all();send:all()",
|
||||
"typeclass": BASE_CHANNEL_TYPECLASS,
|
||||
}
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue