We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25cef3e commit ad4b0ddCopy full SHA for ad4b0dd
src/main/java/net/coreprotect/bukkit/Bukkit_v1_21.java
@@ -45,7 +45,7 @@ public EntityType getEntityType(Material material) {
45
46
@Override
47
public Object getRegistryKey(Object value) {
48
- return ((Keyed) value).getKey().asString();
+ return ((Keyed) value).getKey().toString();
49
}
50
51
0 commit comments