This commit is contained in:
Jesse Boyd 2017-08-31 16:07:56 +10:00
parent 4d02548b04
commit 880b054957
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -40,7 +40,7 @@ public class ItemUtil {
try {
Object nmsItem = fieldHandle.get(item);
if (nmsItem == null) nmsItem = methodAsNMSCopy.invoke(null, item);
return item;
return nmsItem;
} catch (Throwable e) {
e.printStackTrace();
}