Update version to 1.18.1 (#1845)

This commit is contained in:
ReinforceZwei 2021-12-10 22:15:00 +08:00 committed by GitHub
parent fdc3069083
commit bdcf3e5aa2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 6 deletions

View file

@ -251,6 +251,7 @@ namespace MinecraftClient.Protocol
case "1.17.1":
return 756;
case "1.18":
case "1.18.1":
return 757;
default:
return 0;
@ -315,7 +316,7 @@ namespace MinecraftClient.Protocol
case 754: return "1.16.5";
case 755: return "1.17";
case 756: return "1.17.1";
case 757: return "1.18";
case 757: return "1.18.1";
default: return "0.0";
}
}