Mention two players when any leaves the game
This commit is contained in:
pare
67af0c8f7a
commit
7d7ffe3370
S'han modificat 1 arxius amb 1 adicions i 1 eliminacions
|
@ -2224,7 +2224,7 @@ if __name__ == '__main__':
|
|||
|
||||
player_leave_game = get_locale("player_leave_game", player_lang)
|
||||
|
||||
toot_text = '@'+username + ' ' + player_leave_game + ' ' + white_user
|
||||
toot_text = '@'+username + ' ' + player_leave_game + ' ' + '@'+white_user
|
||||
|
||||
mastodon.status_post(toot_text, in_reply_to_id=status_id,visibility=visibility)
|
||||
|
||||
|
|
Loading…
Referencia en una nova incidència