Add 1.19.2 support #9

This commit is contained in:
Flowsqy 2022-08-21 16:01:38 +02:00
parent 7a4beaa991
commit e4c577c626
2 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,7 @@
<version>1.0.0</version>
<properties>
<spigot.version>1.19.1-R0.1-SNAPSHOT</spigot.version>
<spigot.version>1.19.2-R0.1-SNAPSHOT</spigot.version>
</properties>
<dependencies>

View File

@ -83,7 +83,8 @@ public class PlatformLoader {
case "eaeedbff51b16ead3170906872fda334": // 1.18.2 (v1_18_R2)
return new de.epiceric.shopchest.nms.v1_18_R2.PlatformImpl();
case "7b9de0da1357e5b251eddde9aa762916": // 1.19
case "4cc0cc97cac491651bff3af8b124a214": // 1.19.1 (v1_19_R1)
case "4cc0cc97cac491651bff3af8b124a214": // 1.19.1
case "69c84c88aeb92ce9fa9525438b93f4fe": // 1.19.2 (v1_19_R1)
return new de.epiceric.shopchest.nms.v1_19_R1.PlatformImpl();
default:
return null;