Skip to content

Commit

Permalink
Remove un-use
Browse files Browse the repository at this point in the history
  • Loading branch information
GLDYM committed May 11, 2023
1 parent bd2836a commit 50d41d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion join_motd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ def display_motd(server: ServerInterface, reply: Callable[[Union[str, RTextBase]

for announment in config.announcements:
reply(announment)
# reply('§b在游玩复读世界的时候,请不要忘了阅读与更新复读百科哦~也请遵守复读公约的规定~§r')

def on_player_joined(server: ServerInterface, player, info):
display_motd(server, lambda msg: server.tell(player, msg))
Expand Down

0 comments on commit 50d41d4

Please sign in to comment.