Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
fix: #685 JSON形式とコードに差異があったので修正
Browse files Browse the repository at this point in the history
  • Loading branch information
book000 committed Jan 30, 2022
1 parent 6c87e57 commit a80f183
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public void run() {
return;
}

String version = obj.getJSONObject(ver).getString("name");
String version = obj.getString(ver);

if (!version.equals("1.18.1")) {
player.sendMessage(Component.text().append(
Expand Down

0 comments on commit a80f183

Please sign in to comment.