Skip to content

Commit 8d19b0a

Browse files
committed
print startup message
1 parent 4d7600f commit 8d19b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/tournament/listener.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ async def onMissionEvent(self, server: Server, data: dict) -> None:
112112
"at least one of their own planes."))
113113
else:
114114
asyncio.create_task(self.audit(server, f"Win-method {win_on} is not supported yet!"))
115-
asyncio.create_task(server.sendPopupMessage(Coalition.ALL, _("The server is now unpaused. Good luck!")))
115+
asyncio.create_task(server.sendPopupMessage(Coalition.ALL, '\n'.join(messages)))
116116
elif num_planes < tournament['num_players'] * 2:
117117
player = server.get_player(name=initiator['name'])
118118
asyncio.create_task(player.sendPopupMessage(

0 commit comments

Comments
 (0)