mirror of
https://github.com/PlayPro/CoreProtect.git
synced 2024-11-28 12:55:34 +01:00
Fixed invalid method name from previous commit
This commit is contained in:
parent
aaa7a3536a
commit
49eb176ee6
@ -586,7 +586,7 @@ public class Util extends Queue {
|
||||
return result;
|
||||
}
|
||||
|
||||
public static ItemMeta deserializeItemMetax(Class<? extends ItemMeta> itemMetaClass, Map<String, Object> args) {
|
||||
public static ItemMeta deserializeItemMeta(Class<? extends ItemMeta> itemMetaClass, Map<String, Object> args) {
|
||||
try {
|
||||
DelegateDeserialization delegate = itemMetaClass.getAnnotation(DelegateDeserialization.class);
|
||||
return (ItemMeta) ConfigurationSerialization.deserializeObject(args, delegate.value());
|
||||
|
Loading…
Reference in New Issue
Block a user