Fixed wrong asm import being used for 1.14+

This commit is contained in:
libraryaddict 2020-02-19 17:30:21 +13:00
parent 44d4135fd1
commit fd952fcf81
No known key found for this signature in database
GPG Key ID: 052E4FBCD257AEA4
2 changed files with 2 additions and 2 deletions

@ -5,7 +5,7 @@
<!-- A good example on why temporary names for project identification shouldn't be used -->
<groupId>LibsDisguises</groupId>
<artifactId>LibsDisguises</artifactId>
<version>9.9.5</version>
<version>9.9.5-SNAPSHOT</version>
<build>
<defaultGoal>exec:java clean install</defaultGoal>

@ -1,6 +1,6 @@
package me.libraryaddict.disguise.utilities.reflection.asm;
import org.objectweb.asm.*;
import org.bukkit.craftbukkit.libs.org.objectweb.asm.*;
import java.io.IOException;
import java.lang.reflect.Field;