Skip to content

Commit

Permalink
Merge pull request #171 from Nerahikada/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
m1sk9 authored Oct 25, 2024
2 parents 3450b5b + f6c435d commit dd151ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public boolean onCommand(@NotNull CommandSender commandSender, @NotNull Command

if (strings.length == 0) {
Message.sendNormalMessage(player, "[管理AI]", "パスワードの再設定: /password <パスワードの文字列>");
Message.sendNormalMessage(player, "[管理AI]", "パスワードは大文字小文字数字含む 8〜36文字");
Message.sendNormalMessage(player, "[管理AI]", "パスワードは大文字小文字数字含む 8〜32文字");
return false;
}

Expand Down

0 comments on commit dd151ad

Please sign in to comment.