Compare commits

..

2 Commits
6.0.2 ... 6.0.3

Author SHA1 Message Date
Auxilor
251049f1f1 Updated to 6.0.3 2021-07-22 16:42:00 +01:00
Auxilor
16d146dba0 Fixed ArrowUtils 2021-07-22 16:41:43 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -29,10 +29,10 @@ public class ArrowUtils {
return null;
}
if (!(values.get(0) instanceof ItemStack)) {
if (!(values.get(0).value() instanceof ItemStack)) {
return null;
}
return (ItemStack) values.get(0);
return (ItemStack) values.get(0).value();
}
}

View File

@@ -1,2 +1,2 @@
version = 6.0.2
version = 6.0.3
plugin-name = eco