mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 05:57:16 +02:00
Update README.md for contrib.grid.ingame_map_display:
* Correct Character_CmdSet to CharacterCmdSet.
This commit is contained in:
parent
7c7969e3ee
commit
d059e3816d
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ Specifically, in `mygame/commands/default_cmdsets.py`:
|
|||
...
|
||||
from evennia.contrib.grid.ingame_map_display import MapDisplayCmdSet # <---
|
||||
|
||||
class CharacterCmdset(default_cmds.Character_CmdSet):
|
||||
class CharacterCmdset(default_cmds.CharacterCmdSet):
|
||||
...
|
||||
def at_cmdset_creation(self):
|
||||
...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue