mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
correct typo "npt" -> "npc"
This commit is contained in:
parent
851ca30be5
commit
704bd1cdf1
1 changed files with 1 additions and 1 deletions
|
|
@ -450,7 +450,7 @@ class CmdCreateNPC(Command):
|
|||
))
|
||||
caller.location.msg_contents(message_template.format(
|
||||
creator=caller.key,
|
||||
npt=name,
|
||||
npc=name,
|
||||
), exclude=caller)
|
||||
```
|
||||
Here we define a `+createnpc` (`+createNPC` works too) that is callable by everyone *not* having the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue