You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.
https://github.com/book000/MyMaid/blob/master/src/main/java/xyz/jaoafa/mymaid/Jail/EBan.java
のL214:
banned_by.sendMessage("[EBan] " + ChatColor.RED + "指定されたプレイヤーはすでにEBanされていないため実行できません。")
->
banned_by.sendMessage("[EBan] " + ChatColor.RED + "指定されたプレイヤーはEBanされていないため実行できません。");
L273:
banned_by.sendMessage("[EBan] " + ChatColor.RED + "指定されたプレイヤーはすでにEBanされていないため実行できません。");
->
banned_by.sendMessage("[EBan] " + ChatColor.RED + "指定されたプレイヤーはEBanされていないため実行できません。");
The text was updated successfully, but these errors were encountered: