Skip to content

Commit

Permalink
修复游戏版本问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Nero978 committed Aug 14, 2023
1 parent cf103a5 commit df0e38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function getPing() {
status.innerText = "当前在线";
people.innerText = data.players.online + " / " + data.players.max;
//gameVersion.innerText = data.version.name;
gameVersion.innerText = "Java 1.18.2";
gameVersion.innerText = "1.18.2";
displayPingInfo();
}
})
Expand Down

0 comments on commit df0e38e

Please sign in to comment.