Update README.md for contrib.rpg.rpsystem:
* Fix submodule path.
This commit is contained in:
parent
371adfe33e
commit
7ce8dd56ff
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ This module adds no new commands; embed it in your say/emote/whisper commands.
|
||||||
### Usage:
|
### Usage:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
from evennia.contrib import rplanguage
|
from evennia.contrib.rpg.rpsystem import rplanguage
|
||||||
|
|
||||||
# need to be done once, here we create the "default" lang
|
# need to be done once, here we create the "default" lang
|
||||||
rplanguage.add_language()
|
rplanguage.add_language()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue