mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 20:47:17 +02:00
Fixing typo of local variable
This commit is contained in:
parent
4c4b97f994
commit
12e0e2e4fd
1 changed files with 1 additions and 1 deletions
|
|
@ -355,7 +355,7 @@ class CmdGive(COMMAND_DEFAULT_CLASS):
|
|||
to_give.move_to(target, quiet=True)
|
||||
target.msg("%s gives you %s." % (caller.key, to_give.key))
|
||||
# Call the object script's at_give() method.
|
||||
obj.at_give(caller, target)
|
||||
to_give.at_give(caller, target)
|
||||
|
||||
|
||||
class CmdDesc(COMMAND_DEFAULT_CLASS):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue