mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Merge pull request #3156 from bradleymarques/fix-incorrect-variable-in-documentation
Fixes BASE_CHARACTER_CLASS to BASE_CHARACTER_TYPECLASS
This commit is contained in:
commit
3020d1e15c
1 changed files with 1 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ the `Character` class in `mygame/typeclasses/characters.py`).
|
|||
|
||||
There are thus two ways to weave your new Character class into Evennia:
|
||||
|
||||
1. Change `mygame/server/conf/settings.py` and add `BASE_CHARACTER_CLASS = "evadventure.characters.EvAdventureCharacter"`.
|
||||
1. Change `mygame/server/conf/settings.py` and add `BASE_CHARACTER_TYPECLASS = "evadventure.characters.EvAdventureCharacter"`.
|
||||
2. Or, change `typeclasses.characters.Character` to inherit from `EvAdventureCharacter`.
|
||||
|
||||
You must always reload the server for changes like this to take effect.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue