Actually use the BukkitMetadataStore

This commit is contained in:
Shane Freeder
2020-03-04 23:23:20 +00:00
parent 5ba410f4cf
commit f96ba1b4b5
2 changed files with 3 additions and 3 deletions

View File

@ -65,8 +65,8 @@ public class BukkitBootstrap extends JavaPlugin implements PlatformProvider {
}
@Override
public MetadataStore getMetadataStore() {
return null;
public MetadataStore<MMOEntity<Entity>> getMetadataStore() {
return bukkitMetadataStore;
}
@Override