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

Commit

Permalink
Merge pull request #684 from book000/fix/via-version
Browse files Browse the repository at this point in the history
fix: プロトコルバージョンからマイクラバージョンを引っ張る処理を修正
  • Loading branch information
book000 authored Jan 29, 2022
2 parents 5d91705 + e9fbda7 commit 6c87e57
Show file tree
Hide file tree
Showing 2 changed files with 417 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void run() {
int i = Via.getAPI().getPlayerVersion(player.getUniqueId());
String ver = String.valueOf(i);

// https://gitlab.bixilon.de/bixilon/minosoft/-/blob/master/src/main/resources/assets/minosoft/mapping/versions.json
// https://wiki.vg/Protocol_version_numbers
InputStream is = getClass().getResourceAsStream("/versions.json");
if (is == null) {
return;
Expand Down
Loading

0 comments on commit 6c87e57

Please sign in to comment.