mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 04:27:16 +02:00
remove unnecessary declaration
This commit is contained in:
parent
865fc14ef8
commit
344cde81e1
1 changed files with 0 additions and 1 deletions
|
|
@ -564,7 +564,6 @@ def send_emote(sender, receivers, emote, anonymous_add="first", **kwargs):
|
|||
# broadcast emote to everyone
|
||||
for receiver in receivers:
|
||||
# first handle the language mapping, which always produce different keys ##nn
|
||||
receiver_lang_mapping = {}
|
||||
if hasattr(receiver, "process_language") and callable(receiver.process_language):
|
||||
receiver_lang_mapping = {
|
||||
key: receiver.process_language(saytext, sender, langname)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue