Skip to content

Commit

Permalink
fix!: エデンの鯖落ちに関するサーバー参加時の警告メッセージを削除する
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky3028 authored Sep 1, 2024
1 parent aee4ad2 commit d538252
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,19 +229,6 @@ class PlayerJoinListener extends Listener {
70,
20
)

// エデンサーバーへ入場する際に警告を行う
// TODO: エデンサーバーの不具合が解消されたら削除すること
if (SeichiAssist.seichiAssistConfig.getServerNum == 2) {
player.sendMessage(
s"${RED}${BOLD}${UNDERLINE}【ご注意ください】${RESET}",
s"${YELLOW}${BOLD}エデンサーバーは現在、管理者の意図しないタイミングでシャットダウン(いわゆる「鯖落ち」)が起こることがあります。",
s"${YELLOW}${BOLD}もし鯖落ちによりアイテムの消失等が発生しても、補償はできかねます。",
s"${YELLOW}${BOLD}当サーバーは以上の内容をご理解の上ご利用ください。",
s"${YELLOW}${BOLD}不安な場合はアルカディアサーバーやヴァルハラサーバーのご利用をおすすめいたします。",
s"${YELLOW}${BOLD}ご迷惑をおかけいたしまして申し訳ございません。。"
)
}
}

// プレイヤーがワールドを移動したとき
Expand Down

0 comments on commit d538252

Please sign in to comment.