mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 22:47:16 +02:00
Fix typo in player.py.
This commit is contained in:
parent
469e9c73c1
commit
857b5add7a
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ class CmdIC(MuxPlayerCommand):
|
|||
"""
|
||||
|
||||
key = "@ic"
|
||||
# lockmust be all() for different puppeted objects to access it.
|
||||
# lock must be all() for different puppeted objects to access it.
|
||||
locks = "cmd:all()"
|
||||
aliases = "@puppet"
|
||||
help_category = "General"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue