Actions
Bug #6
openWhispers do not differentiate between sender/reciever
Start date:
05/28/2024
Due date:
% Done:
0%
Estimated time:
Target Release Date:
Description
It seems that sending/receiving whispers to/from players has the same text. I am unsure if this can be fixed because the whisper function probably makes use of the same string template (from %s) %s
.
Receiving from someone else is correct: (from $someone_else) $message
.
Sending to someone else shows is incorrect: (from $someone_else) $message
instead of (to $someone_else) $message
.
I assume this could be due to cultural reasons (to/from could be the same word or the language does not differentiate between the two, I don't know any Korean so I'm just guessing here).
Actions