mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 17:26:32 +01:00
remove unnecessary declaration
This commit is contained in:
parent
3d48696974
commit
0a7dca4a93
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