Add 1.19.1 support

This commit is contained in:
Flowsqy 2022-07-28 00:30:27 +02:00
parent 3465eb4867
commit 5e80a7fd23
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -1,5 +1,7 @@
package de.epiceric.shopchest.nms;
// 4cc0cc97cac491651bff3af8b124a214
import de.epiceric.shopchest.nms.reflection.PlatformImpl;
import de.epiceric.shopchest.nms.reflection.ShopChestDebug;
import de.epiceric.shopchest.utils.Utils;