diff --git a/evennia/contrib/rpsystem.py b/evennia/contrib/rpsystem.py index ed74e2286d..a396a18abc 100644 --- a/evennia/contrib/rpsystem.py +++ b/evennia/contrib/rpsystem.py @@ -858,7 +858,7 @@ class CmdSay(RPCommand): # replaces standard say return # calling the speech hook on the location - speech = caller.location.at_before_say(caller, self.args) + speech = caller.location.at_before_say(self.args) # preparing the speech with sdesc/speech parsing. speech = "/me says, \"{speech}\"".format(speech=speech) targets = self.caller.location.contents