mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2025-01-04 07:28:17 +01:00
*
This commit is contained in:
parent
4d02548b04
commit
880b054957
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user