From f370b596dcc1938372830db8e04f10015e11cae7 Mon Sep 17 00:00:00 2001 From: homeofpoe <1144217+homeofpoe@users.noreply.github.com> Date: Mon, 22 Aug 2022 12:48:28 -0700 Subject: [PATCH] Update README.md fixed a typo from 'bew' to 'new' --- evennia/contrib/grid/extended_room/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/contrib/grid/extended_room/README.md b/evennia/contrib/grid/extended_room/README.md index 51b2eb4327..e21e64d5c3 100644 --- a/evennia/contrib/grid/extended_room/README.md +++ b/evennia/contrib/grid/extended_room/README.md @@ -26,7 +26,7 @@ class CharacterCmdset(default_cmds.Character_CmdSet): ``` -Then reload to make the bew commands available. Note that they only work +Then reload to make the new commands available. Note that they only work on rooms with the typeclass `ExtendedRoom`. Create new rooms with the right typeclass or use the `typeclass` command to swap existing rooms.