bugfix for < 1.13 Server

Fixed a bug where you could not reload the plugin (/t2c-alias reload) when using a server below 1.13
This commit is contained in:
2022-12-21 10:35:35 +01:00
parent f00ac77743
commit 2d49a7a4b7
2 changed files with 12 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
<groupId>net.t2code</groupId>
<artifactId>Alias</artifactId>
<version>1.1.6</version>
<version>1.1.7-DEV</version>
<packaging>jar</packaging>
<name>T2C-Alias</name>
@@ -82,9 +82,9 @@
<version>3.0</version>
</dependency>
<dependency>
<groupId>net.t2code.minecraft.1_19.r1</groupId>
<groupId>net.t2code.minecraft.1_13.r1</groupId>
<artifactId>spigot</artifactId>
<version>1.19r1</version>
<version>1.13r1</version>
</dependency>
</dependencies>
</project>